You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2020/03/13 01:52:00 UTC

[jira] [Updated] (SPARK-25457) IntegralDivide (div) should not always return long

     [ https://issues.apache.org/jira/browse/SPARK-25457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon updated SPARK-25457:
---------------------------------
    Fix Version/s:     (was: 3.0.0)

> IntegralDivide (div) should not always return long
> --------------------------------------------------
>
>                 Key: SPARK-25457
>                 URL: https://issues.apache.org/jira/browse/SPARK-25457
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.0.0
>            Reporter: Marco Gaido
>            Priority: Major
>
> The operation {{div}} returns always long. This came from Hive's behavior, which is different to the  one of most of other DBMS (eg. MySQL, Postgres) which return as a datatype the same of the operands.
> This JIRA tracks changing our return type and allowing the users to re-enable the old behavior using {{spark.sql.legacy.integralDivide.returnBigint}}.
> I'll submit a PR for this soon.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org