Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.0.1, 1.1.1, 1.2.1, 2.0.0
-
None
Description
Repeated UDAF with literals could produce wrong result.
This is not a common use case, nevertheless a bug.
hive> select max('pants'), max('pANTS') from t1 group by key;
Total MapReduce CPU Time Spent: 0 msec
OK
pANTS pANTS
pANTS pANTS
pANTS pANTS
pANTS pANTS
pANTS pANTS
Time taken: 296.252 seconds, Fetched: 5 row(s)
Attachments
Attachments
Issue Links
- supercedes
-
HIVE-11735 Different results when multiple if() functions are used
- Closed
- links to