You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/03/18 09:20:06 UTC

[GitHub] [spark] wangjiaochun opened a new pull request #24127: [SPARK-27186][CORE] optimize sortshuffle write

wangjiaochun opened a new pull request #24127: [SPARK-27186][CORE] optimize sortshuffle write
URL: https://github.com/apache/spark/pull/24127
 
 
   ## What changes were proposed in this pull request?
   If the SortShuffleWriter.write method records is empty, it should be return directly and no need to keep runningļ¼Œrefer to the process of BypassMergeSortShuffleWriter.write. Here are the benefits of create Instance ExternalSorter and tmp file. 
   ## How was this patch tested?
   Existing tests

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org