zhangsan created ATLAS-3969: ------------------------------- Summary: Atlas1.2.0INSERT_SELECT Lineage can be retrieved but not CREATE_TABLE_AS_SELECT Key: ATLAS-3969 URL: https://issues.apache.org/jira/browse/ATLAS-3969 Project: Atlas Issue Type: Bug Components: hive-integration Affects Versions: 1.2.0 Reporter: zhangsan
CREATE TABLE test.t5( id String, name String ) CREATE TABLE test.t6 AS SELECT id,name,age,phone FROM test.t5; The above operation cannot obtain the lineage INSERT OVERWRITE TABLE test.t6 SELECT id,name FROM test.t5; The above operation can obtain the Lineage -- This message was sent by Atlassian Jira (v8.3.4#803005)