Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/22465#discussion_r218998728
--- 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 --
`returnBigint` or `returnLong`? I think we use "long" instead of "big int"
as type name?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]