Skip to content

Conversation

@liancheng
Copy link
Contributor

What changes were proposed in this pull request?

PR #11443 temporarily disabled MiMA check, this PR re-enables it.

One extra change is that object DataFrame is also removed. The only purpose of introducing object DataFrame was to use it as an internal factory for creating Dataset[Row]. By replacing this internal factory with Dataset.newDataFrame, both DataFrame and DataFrame$ are entirely removed from the API, so that we can simply put a MissingClassProblem filter in MimaExcludes.scala for most DataFrame API changes.

How was this patch tested?

Tested by MiMA check triggered by Jenkins.

@SparkQA
Copy link

SparkQA commented Mar 11, 2016

Test build #52921 has finished for PR 11656 at commit b46e876.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@liancheng
Copy link
Contributor Author

Verified that MiMA check had been triggered and passed successfully.

@SparkQA
Copy link

SparkQA commented Mar 11, 2016

Test build #52923 has finished for PR 11656 at commit 9dae7f8.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@liancheng
Copy link
Contributor Author

I'm going to merge this to bring MiMA back.

@asfgit asfgit closed this in 6d37e1e Mar 11, 2016
asfgit pushed a commit that referenced this pull request Mar 13, 2016
## What changes were proposed in this pull request?

SPARK-13817 (PR #11656) replaces `DataFrame` with `Dataset` from Java. This PR fixes the remaining broken links and sample Java code in `package-info.java`. As a result, it will update the following Javadoc.

* http://spark.apache.org/docs/latest/api/java/org/apache/spark/ml/attribute/package-summary.html
* http://spark.apache.org/docs/latest/api/java/org/apache/spark/ml/feature/package-summary.html

## How was this patch tested?

Manual.

Author: Dongjoon Hyun <[email protected]>

Closes #11675 from dongjoon-hyun/replace_dataframe_with_dataset_in_javadoc.
@liancheng liancheng deleted the re-enable-mima branch March 13, 2016 11:36
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request Mar 17, 2016
## What changes were proposed in this pull request?

SPARK-13817 (PR apache#11656) replaces `DataFrame` with `Dataset` from Java. This PR fixes the remaining broken links and sample Java code in `package-info.java`. As a result, it will update the following Javadoc.

* http://spark.apache.org/docs/latest/api/java/org/apache/spark/ml/attribute/package-summary.html
* http://spark.apache.org/docs/latest/api/java/org/apache/spark/ml/feature/package-summary.html

## How was this patch tested?

Manual.

Author: Dongjoon Hyun <[email protected]>

Closes apache#11675 from dongjoon-hyun/replace_dataframe_with_dataset_in_javadoc.
roygao94 pushed a commit to roygao94/spark that referenced this pull request Mar 22, 2016
## What changes were proposed in this pull request?

PR apache#11443 temporarily disabled MiMA check, this PR re-enables it.

One extra change is that `object DataFrame` is also removed. The only purpose of introducing `object DataFrame` was to use it as an internal factory for creating `Dataset[Row]`. By replacing this internal factory with `Dataset.newDataFrame`, both `DataFrame` and `DataFrame$` are entirely removed from the API, so that we can simply put a `MissingClassProblem` filter in `MimaExcludes.scala` for most DataFrame API  changes.

## How was this patch tested?

Tested by MiMA check triggered by Jenkins.

Author: Cheng Lian <[email protected]>

Closes apache#11656 from liancheng/re-enable-mima.
roygao94 pushed a commit to roygao94/spark that referenced this pull request Mar 22, 2016
## What changes were proposed in this pull request?

SPARK-13817 (PR apache#11656) replaces `DataFrame` with `Dataset` from Java. This PR fixes the remaining broken links and sample Java code in `package-info.java`. As a result, it will update the following Javadoc.

* http://spark.apache.org/docs/latest/api/java/org/apache/spark/ml/attribute/package-summary.html
* http://spark.apache.org/docs/latest/api/java/org/apache/spark/ml/feature/package-summary.html

## How was this patch tested?

Manual.

Author: Dongjoon Hyun <[email protected]>

Closes apache#11675 from dongjoon-hyun/replace_dataframe_with_dataset_in_javadoc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants