cloud-fan commented on a change in pull request #26147:
[SPARK-9853][Core][Follow-up] Regularize all the shuffle configurations related
to adaptive execution
URL: https://github.com/apache/spark/pull/26147#discussion_r335893345
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -371,7 +370,7 @@ object SQLConf {
.createWithDefault(false)
val NON_EMPTY_PARTITION_RATIO_FOR_BROADCAST_JOIN =
- buildConf("spark.sql.adaptive.nonEmptyPartitionRatioForBroadcastJoin")
+
buildConf("spark.sql.adaptive.shuffle.nonEmptyPartitionRatioForBroadcastJoin")
Review comment:
This is not quite related to shuffle.
----------------------------------------------------------------
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]