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-13841][SQL] Removes Dataset.collectRows()/takeRows() #11678

Closed

Conversation

liancheng
Copy link
Contributor

What changes were proposed in this pull request?

This PR removes two methods, collectRows() and takeRows(), from Dataset[T]. These methods were added in PR #11443, and were later considered not useful.

How was this patch tested?

Existing tests should do the work.

@liancheng
Copy link
Contributor Author

ASF JIRA down, will add JIRA number to the PR title later.

@liancheng liancheng force-pushed the remove-collect-rows-and-take-rows branch from 440ddd1 to 97a62d6 Compare March 12, 2016 11:53
@SparkQA
Copy link

SparkQA commented Mar 12, 2016

Test build #53000 has finished for PR 11678 at commit 440ddd1.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Mar 12, 2016

Test build #53001 has finished for PR 11678 at commit 97a62d6.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Mar 12, 2016

Test build #53005 has finished for PR 11678 at commit e789893.

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

@dongjoon-hyun
Copy link
Member

Hi, @liancheng .
Sorry for leaving a message here. Could you review #11675 if you have some time?
It's a supplement update for your replacing DataFrame to Dataset.

@rxin
Copy link
Contributor

rxin commented Mar 12, 2016

Did you already create a JIRA ticket, or you still need to create one?

@rxin
Copy link
Contributor

rxin commented Mar 12, 2016

LGTM

@liancheng liancheng changed the title [SQL] Removes Dataset.collectRows()/takeRows() [SPARK-13841][SQL] Removes Dataset.collectRows()/takeRows() Mar 13, 2016
@liancheng
Copy link
Contributor Author

cc @mengxr

@liancheng
Copy link
Contributor Author

@dongjoon-hyun Thanks, will review it later today.

@liancheng
Copy link
Contributor Author

@rxin Just created one for this and filled it to PR title. I'm merging this to master.

@asfgit asfgit closed this in c079420 Mar 13, 2016
@liancheng liancheng deleted the remove-collect-rows-and-take-rows 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?

This PR removes two methods, `collectRows()` and `takeRows()`, from `Dataset[T]`. These methods were added in PR apache#11443, and were later considered not useful.

## How was this patch tested?

Existing tests should do the work.

Author: Cheng Lian <lian@databricks.com>

Closes apache#11678 from liancheng/remove-collect-rows-and-take-rows.
roygao94 pushed a commit to roygao94/spark that referenced this pull request Mar 22, 2016
## What changes were proposed in this pull request?

This PR removes two methods, `collectRows()` and `takeRows()`, from `Dataset[T]`. These methods were added in PR apache#11443, and were later considered not useful.

## How was this patch tested?

Existing tests should do the work.

Author: Cheng Lian <lian@databricks.com>

Closes apache#11678 from liancheng/remove-collect-rows-and-take-rows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants