xuanyuanking commented on a change in pull request #26040: [SPARK-9853][Core]
Optimize shuffle fetch of continuous partition IDs
URL: https://github.com/apache/spark/pull/26040#discussion_r332858396
##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -1061,6 +1061,15 @@ package object config {
.booleanConf
.createWithDefault(false)
+ private[spark] val SHUFFLE_FETCH_CONTINUOUS_BLOCKS_IN_BATCH =
+ ConfigBuilder("spark.shuffle.fetchContinuousBlocksInBatch")
+ .doc("Whether to fetch the continuous blocks in batch. Instead of
fetching blocks " +
Review comment:
Thanks, done in aa603a2.
----------------------------------------------------------------
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]