Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-14145][SQL] Remove the untyped version of Dataset.groupByKey #11949

Closed
wants to merge 1 commit into from

Conversation

rxin
Copy link
Contributor

@rxin rxin commented Mar 25, 2016

What changes were proposed in this pull request?

Dataset has two variants of groupByKey, one for untyped and the other for typed. It actually doesn't make as much sense to have an untyped API here, since apps that want to use untyped APIs should just use the groupBy "DataFrame" API.

How was this patch tested?

This patch removes a method, and removes the associated tests.

@SparkQA
Copy link

SparkQA commented Mar 25, 2016

Test build #54114 has finished for PR 11949 at commit 74d4e36.

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

@rxin
Copy link
Contributor Author

rxin commented Mar 25, 2016

cc @marmbrus

@rxin
Copy link
Contributor Author

rxin commented Mar 25, 2016

cc @liancheng

@liancheng
Copy link
Contributor

LGTM, merging to master.

@rxin
Copy link
Contributor Author

rxin commented Mar 25, 2016

Thanks - I merged it too.

@asfgit asfgit closed this in 1c70b76 Mar 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants