[
https://issues.apache.org/jira/browse/ATLAS-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Madhan Neethiraj updated ATLAS-2536:
------------------------------------
Attachment: ATLAS-2536.patch
> NPE in Atlas Hive Hook
> ----------------------
>
> Key: ATLAS-2536
> URL: https://issues.apache.org/jira/browse/ATLAS-2536
> Project: Atlas
> Issue Type: Bug
> Components: atlas-intg
> Affects Versions: 1.0.0, 0.8.3
> Reporter: Madhan Neethiraj
> Assignee: Madhan Neethiraj
> Priority: Major
> Attachments: ATLAS-2536.patch
>
>
> Atlas Hive hook hits NPE when processing a CTAS operation that involves
> count(*) expression, like:
> {code}
> 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;
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)