Skip to content

[SPARK-10630][SQL] Add a createDataFrame API that takes in a java list#8779

Closed
holdenk wants to merge 2 commits intoapache:masterfrom
holdenk:SPARK-10630-create-DataFrame-from-Java-List
Closed

[SPARK-10630][SQL] Add a createDataFrame API that takes in a java list#8779
holdenk wants to merge 2 commits intoapache:masterfrom
holdenk:SPARK-10630-create-DataFrame-from-Java-List

Conversation

@holdenk
Copy link
Contributor

@holdenk holdenk commented Sep 16, 2015

It would be nice to support creating a DataFrame directly from a Java List of Row.

@SparkQA
Copy link

SparkQA commented Sep 16, 2015

Test build #42541 has finished for PR 8779 at commit 417962b.

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

@holdenk holdenk changed the title [SAPRK-10630][SQL][WIP] Add a createDataFrame API that takes in a java list [SAPRK-10630][SQL] Add a createDataFrame API that takes in a java list Sep 17, 2015
@holdenk
Copy link
Contributor Author

holdenk commented Sep 18, 2015

cc @mengxr who filed the Jira

@holdenk holdenk changed the title [SAPRK-10630][SQL] Add a createDataFrame API that takes in a java list [SPARK-10630][SQL] Add a createDataFrame API that takes in a java list Sep 20, 2015
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SparkQA
Copy link

SparkQA commented Sep 21, 2015

Test build #42744 has finished for PR 8779 at commit 45f020c.

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

@mengxr
Copy link
Contributor

mengxr commented Sep 21, 2015

LGTM. Merged into master. @holdenk Could you check existing Java unit tests using DataFrames and simplify the code with the new method? Thanks!

@asfgit asfgit closed this in 362539f Sep 21, 2015
@holdenk
Copy link
Contributor Author

holdenk commented Sep 21, 2015

@mengxr Sounds like a great idea :)

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.

3 participants