You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2013/09/26 17:01:40 UTC

[2/2] git commit: Merge pull request #9 from rxin/limit

Merge pull request #9 from rxin/limit

Smarter take/limit implementation.


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/6566a19b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/6566a19b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/6566a19b

Branch: refs/heads/master
Commit: 6566a19b38204d754c5e8f821b4276616e90abc6
Parents: 9d34838 42571d3
Author: Patrick Wendell <pw...@gmail.com>
Authored: Thu Sep 26 08:01:04 2013 -0700
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Thu Sep 26 08:01:04 2013 -0700

----------------------------------------------------------------------
 .../main/scala/org/apache/spark/rdd/RDD.scala   | 38 ++++++++++++++------
 .../scala/org/apache/spark/rdd/RDDSuite.scala   | 38 ++++++++++++++++++++
 2 files changed, 66 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/6566a19b/core/src/test/scala/org/apache/spark/rdd/RDDSuite.scala
----------------------------------------------------------------------