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_r310173770
##########
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:
OK so I'd like to treat it as an internal config that is only used to in the
ported pgsql test cases. @wangyum can you send a follow-up PR? 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]