beliefer commented on a change in pull request #24339: [SPARK-27436][SQL] Add 
spark.sql.optimizer.nonExcludedRules
URL: https://github.com/apache/spark/pull/24339#discussion_r275303561
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/StaticSQLConf.scala
 ##########
 @@ -138,4 +138,11 @@ object StaticSQLConf {
     .intConf
     .checkValue(_ >= 0, "Must be set greater or equal to zero")
     .createWithDefault(Int.MaxValue)
+
+  val OPTIMIZER_NON_EXCLUDABLE_RULES = 
buildStaticConf("spark.sql.optimizer.nonExcludedRules")
 
 Review comment:
   I think `spark.sql.optimizer.staticRules` or 
`spark.sql.optimizer.unremovableRules` looks easy to understand.

----------------------------------------------------------------
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]

Reply via email to