[
https://issues.apache.org/jira/browse/HIVE-6421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Dere updated HIVE-6421:
-----------------------------
Attachment: HIVE-6421.1.txt
> abs() should preserve precision/scale of decimal input
> ------------------------------------------------------
>
> Key: HIVE-6421
> URL: https://issues.apache.org/jira/browse/HIVE-6421
> Project: Hive
> Issue Type: Bug
> Components: UDF
> Reporter: Jason Dere
> Assignee: Jason Dere
> Attachments: HIVE-6421.1.txt
>
>
> {noformat}
> hive> describe dec1;
> OK
> c1 decimal(10,2) None
> hive> explain select c1, abs(c1) from dec1;
> ...
> Select Operator
> expressions: c1 (type: decimal(10,2)), abs(c1) (type:
> decimal(38,18))
> {noformat}
> Given that abs() is a GenericUDF it should be possible for the return type
> precision/scale to match the input precision/scale.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)