Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.11.0
-
None
Description
Hive fails with a class cast exception on queries of the form:
from studenttab10k insert overwrite table multi_insert_2_1 select name, avg(age) as avgage group by name insert overwrite table multi_insert_2_2 select name, age, sum(gpa) as sumgpa group by name, age insert overwrite table multi_insert_2_3 select name, count(distinct age) as distage group by name;
Attachments
Attachments
Issue Links
- is related to
-
HIVE-5560 Hive produces incorrect results on multi-distinct query
- Resolved