skambha commented on a change in pull request #24593: [SPARK-27692][SQL] Add 
new optimizer rule to evaluate the deterministic scala udf only once if all 
inputs are literals
URL: https://github.com/apache/spark/pull/24593#discussion_r288257108
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -150,6 +150,16 @@ object SQLConf {
     }
   }
 
+  val DETERMINISTIC_UDF_FOLD_ENABLED = 
buildConf("spark.deterministic.udf.folding.enabled")
 
 Review comment:
   I will change it to have spark.sql in the conf name. Do you prefer the conf 
name to be spark.sql.deterministic.literal.udf.folding.enabled?  That seems 
long..  I'm open to suggestions for the name.  Thanks. 

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