cloud-fan commented on a change in pull request #27563:
[SPARK-30812][SQL][CORE] Revise boolean config name to comply with new config
naming policy
URL: https://github.com/apache/spark/pull/27563#discussion_r380647063
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -425,7 +425,7 @@ object SQLConf {
.createWithDefault(true)
val ADAPTIVE_EXECUTION_SKEWED_JOIN_ENABLED =
- buildConf("spark.sql.adaptive.optimizeSkewedJoin.enabled")
+ buildConf("spark.sql.adaptive.skewedJoinOptimization.enabled")
Review comment:
ah I missed this one. We should update other skew join related configs to
use the `skewedJoinOptimization` prefix.
@JkSelf can you help to fix it?
----------------------------------------------------------------
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]