You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiao Li (JIRA)" <ji...@apache.org> on 2018/04/09 05:55:00 UTC

[jira] [Created] (SPARK-23902) Provide an option in months_between UDF to disable rounding-off

Xiao Li created SPARK-23902:
-------------------------------

             Summary: Provide an option in months_between UDF to disable rounding-off
                 Key: SPARK-23902
                 URL: https://issues.apache.org/jira/browse/SPARK-23902
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 2.3.0
            Reporter: Xiao Li


https://issues.apache.org/jira/browse/HIVE-15511

{noforrmat}

Rounding off was added in {{GenericUDFMonthsBetween}} so that it can be compatible with systems like oracle. However, there are places where rounding off is not needed.

E.g "CAST(MONTHS_BETWEEN(l_shipdate, l_commitdate) / 12 AS INT)" may not need rounding off via BigDecimal which is compute intensive.

{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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