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/10/17 09:02:05 UTC

[GitHub] [spark] xuanyuanking opened a new pull request #26147: [SPARK-9853][Follow-up] Regularize all the shuffle configurations related to adaptive execution

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