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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to