xuanyuanking opened a new pull request #26147: [SPARK-9853][Follow-up] 
Regularize all the shuffle configurations related to adaptive execution
URL: https://github.com/apache/spark/pull/26147
 
 
   ### What changes were proposed in this pull request?
   1. Regularize all the shuffle configurations related to adaptive execution.
   2. Add default value for `BlockStoreShuffleReader.shouldBatchFetch`.
   
   ### Why are the changes needed?
   It's a follow-up PR for #26040.
   Regularize the existing `spark.sql.adaptive.shuffle` namespace in SQLConf.
   
   ### Does this PR introduce any user-facing change?
   Rename one released user config 
`spark.sql.adaptive.minNumPostShufflePartitions` to 
`spark.sql.adaptive.shuffle.minNumPostShufflePartitions`, other changed configs 
is not released yet.
   
   ### How was this patch tested?
   Existing UT.
   

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