Madhan Neethiraj created ATLAS-2536:
---------------------------------------

             Summary: 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


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)

Reply via email to