Github user gengliangwang commented on a diff in the pull request: https://github.com/apache/spark/pull/22406#discussion_r217249962 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala --- @@ -171,6 +171,26 @@ object SQLConf { .intConf .createWithDefault(10) + val OPTIMIZER_PLAN_CHANGE_LOG_LEVEL = buildConf("spark.sql.optimizer.planChangeLog.level") --- End diff -- I think the configuration here is about all rules in analyzer/optimizer/.., not only optimizer. We should revise the naming.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org