chakravarthiT commented on a change in pull request #24136: [SPARK-27088][SQL]
Apply conf "spark.sql.optimizer.planChangeLog.leve…
URL: https://github.com/apache/spark/pull/24136#discussion_r267449717
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -184,8 +184,8 @@ object SQLConf {
val OPTIMIZER_PLAN_CHANGE_LOG_LEVEL =
buildConf("spark.sql.optimizer.planChangeLog.level")
.internal()
.doc("Configures the log level for logging the change from the original
plan to the new " +
- "plan after a rule is applied. The value can be 'trace', 'debug',
'info', 'warn', or " +
- "'error'. The default log level is 'trace'.")
+ "plan after a rule or batch is applied. The value can be 'trace',
'debug', 'info', " +
Review comment:
@maropu yes, this config is common for both rule and batch(to set a
specific log level for logging plan changes after a rule or batch is applied)
----------------------------------------------------------------
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]