GitHub user lshmouse opened a pull request: https://github.com/apache/spark/pull/16602
SPARK-19238: Ignore sorting the edges if edges are sorted when building edge partition ## What changes were proposed in this pull request? Ignore sorting the edges if edges are sorted when building edge partition Usually the graph edges generated by upstream application and saved by other graphs are sorted. So the sorting is not necessary. ## How was this patch tested? unit tests Please review http://spark.apache.org/contributing.html before opening a pull request. You can merge this pull request into a Git repository by running: $ git pull https://github.com/lshmouse/spark SPARK-19238 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/16602.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 #16602 ---- commit 12448e9bbe62b8b82280b2b0754997c1187a7851 Author: Liu Shaohui <liushao...@xiaomi.com> Date: 2017-01-16T09:38:40Z SPARK-19238: Ignore sorting the edges if edges are sorted when building edge partition ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org