Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/22465#discussion_r219011641
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -1561,6 +1561,13 @@ object SQLConf {
"are performed before any UNION, EXCEPT and MINUS operations.")
.booleanConf
.createWithDefault(false)
+
+ val LEGACY_INTEGRALDIVIDE_RETURN_LONG =
buildConf("spark.sql.legacy.integralDivide.returnBigint")
--- End diff --
`big int` is more commonly used in the SQL world
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]