[
https://issues.apache.org/jira/browse/SPARK-25457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marco Gaido updated SPARK-25457:
--------------------------------
Description:
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.
was:
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.integralDiv.returnLong}}.
I'll submit a PR for this soon.
> 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: 2.5.0
> Reporter: Marco Gaido
> Assignee: Marco Gaido
> Priority: Major
> Fix For: 2.5.0
>
>
> 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
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]