cloud-fan commented on a change in pull request #29544:
URL: https://github.com/apache/spark/pull/29544#discussion_r478825044
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -216,7 +216,7 @@ object SQLConf {
"for using switch statements in InSet must be non-negative and less
than or equal to 600")
.createWithDefault(400)
- val OPTIMIZER_PLAN_CHANGE_LOG_LEVEL =
buildConf("spark.sql.optimizer.planChangeLog.level")
+ val PLAN_CHANGE_LOG_LEVEL = buildConf("spark.sql.planChangeLog.level")
Review comment:
can we put the old config name in `removedSQLConfigs`?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]