GitHub user rxin opened a pull request:
https://github.com/apache/spark/pull/233
StopAfter / TopK related changes
1. Renamed StopAfter to Limit to be more consistent with naming in other
relational databases.
2. Renamed TopK to TakeOrdered to be more consistent with Spark RDD API.
3. Avoid breaking lineage in Limit.
4. Added a bunch of override's to execution/basicOperators.scala.
@marmbrus @liancheng
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rxin/spark limit
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/233.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #233
----
commit 231af3aee0994ade9b64ad5a2b2615ac04b154d5
Author: Reynold Xin <[email protected]>
Date: 2014-03-26T02:20:44Z
Limit/TakeOrdered:
1. Renamed StopAfter to Limit to be more consistent with naming in other
relational databases.
2. Renamed TopK to TakeOrdered to be more consistent with Spark RDD API.
3. Avoid breaking lineage in Limit.
4. Added a bunch of override's to execution/basicOperators.scala.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---