Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0, 0.8.3
-
None
Description
Atlas Hive hook hits NPE when processing a CTAS operation that involves count expression, like:
create table test(id int, score int); create table score_summary as select id, sum(score) total_score, count(*) test_count from test group by id;
Attachments
Attachments
Issue Links
- links to