cloud-fan commented on a change in pull request #25158: [SPARK-28395][SQL] 
Division operator support integral division
URL: https://github.com/apache/spark/pull/25158#discussion_r309764541
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -1524,6 +1524,12 @@ object SQLConf {
     .booleanConf
     .createWithDefault(false)
 
+  val PREFER_INTEGRAL_DIVISION = 
buildConf("spark.sql.function.preferIntegralDivision")
 
 Review comment:
   After a second thought, I think we should not add a new behavior that is not 
SQL standard. If we only need it in tests, shall we make it clear in the config 
name? and make it an internal config.

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