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/07/11 22:34:02 UTC

[GitHub] [spark] carsonwang opened a new pull request #25121: [SPARK-28356][SQL] Do not reduce the number of partitions for repartition in adaptive execution

carsonwang opened a new pull request #25121: [SPARK-28356][SQL] Do not reduce the number of partitions for repartition in adaptive execution
URL: https://github.com/apache/spark/pull/25121
 
 
   ## What changes were proposed in this pull request?
   Adaptive execution reduces the number of post-shuffle partitions at runtime, even for shuffles caused by repartition. However, the user likely wants to get the desired number of partition when he calls repartition even in adaptive execution. This PR adds an internal config to control this and by default adaptive execution will not change the number of post-shuffle partition for repartition.
   
   ## How was this patch tested?
   New tests added.
   

----------------------------------------------------------------
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