Sharmadha Sainath created ATLAS-1731: ----------------------------------------
Summary: Regression : 2 CTAS hive tables are created when issuing 1 CTAS create command. Key: ATLAS-1731 URL: https://issues.apache.org/jira/browse/ATLAS-1731 Project: Atlas Issue Type: Bug Components: atlas-intg Affects Versions: 0.9-incubating Reporter: Sharmadha Sainath Priority: Critical Attachments: ctas_table_exception.txt 1. Created table table1. 2. Created table table1ctas as select * from table1 3. 2 CTAS tables are created with same name and qualified name. One table has lineage and other doesn't. No exception is thrown while creating the tables. When clicking on the extra CTAS table , i.e , while making /api/atlas/v2/entity/guid/{guid} call , Null Pointer Exception is thrown. Attached the exception stack trace. -- This message was sent by Atlassian JIRA (v6.3.15#6346)