dongjoon-hyun commented on code in PR #45488:
URL: https://github.com/apache/spark/pull/45488#discussion_r1534103491
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -333,6 +333,13 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val PLAN_EXPLAIN_EXTENSIONS_ENABLED =
buildConf("spark.sql.plan.explain.extensions.enabled")
Review Comment:
This introduces 3 new namespaces in Apache spark configurations. We should
avoid this as much as possible.
```
spark.sql.plan.*
spark.sql.plan.explain.*
spark.sql.plan.explain.extensions.*
```
Can we change like `spark.sql.planChangeValidation`?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]