You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "zhangsan (Jira)" <ji...@apache.org> on 2020/10/05 08:18:00 UTC

[jira] [Created] (ATLAS-3969) Atlas1.2.0INSERT_SELECT Lineage can be retrieved but not CREATE_TABLE_AS_SELECT

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)