Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.13.0
-
None
-
None
Description
Current GenericUDFOPDivide seems having a bug. The following query generates NULL result.
hive> select 4BD / 25BD from test limit 1; ... Total MapReduce CPU Time Spent: 890 msec OK NULL Time taken: 7.901 seconds, Fetched: 1 row(s)
The correct result should be 0.16 in this query.