Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.13.0
-
None
Description
HIVE-5356 changed the behavior of some of the arithmetic operations, and the change is not backward compatible, as pointed out in this jira comment
int / int => decimal float / float => double float * float => double float + float => double
Attachments
Attachments
Issue Links
- is related to
-
HIVE-5356 Move arithmatic UDFs to generic UDF implementations
- Resolved