[GitHub] spark pull request #20118: [SPARK-22924][SPARKR] R API for sortWithinPartiti...

2017-12-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/20118 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #20118: [SPARK-22924][SPARKR] R API for sortWithinPartiti...

2017-12-29 Thread felixcheung
GitHub user felixcheung opened a pull request: https://github.com/apache/spark/pull/20118 [SPARK-22924][SPARKR] R API for sortWithinPartitions ## What changes were proposed in this pull request? Add to `arrange` option to sort only within partition ## How was this