You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Sidharth Kumar Mishra (Jira)" <ji...@apache.org> on 2019/10/13 19:19:00 UTC

[jira] [Created] (ATLAS-3461) Impala process and lineage is not getting created appropriately if query contains variation like comment or extra spaces

Sidharth Kumar Mishra created ATLAS-3461:
--------------------------------------------

             Summary: Impala process and lineage is not getting created appropriately if query contains variation like comment or extra spaces
                 Key: ATLAS-3461
                 URL: https://issues.apache.org/jira/browse/ATLAS-3461
             Project: Atlas
          Issue Type: Bug
            Reporter: Sidharth Kumar Mishra
            Assignee: Sidharth Kumar Mishra


Some examples of such queries are at Impala:

creAted external table /*test*/ impala1 aS – temp  fff

      /* temp dddd*/ – sdfrnfkjef select

      select * from t1;

Create /*dd*/ table impala2 aS select * from t1;

 

From JDBC:

If we add more spaces in between create and table as shown below and use jdbc to execute the query then the impala process is not getting created at Atlas.

create table testSun2 as select * from t1;



--
This message was sent by Atlassian Jira
(v8.3.4#803005)