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


With regards,
Apache Git Services

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

Reply via email to