You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/10/23 20:52:00 UTC

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

    [ https://issues.apache.org/jira/browse/ATLAS-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16958238#comment-16958238 ] 

ASF subversion and git services commented on ATLAS-3461:
--------------------------------------------------------

Commit f7df0f1b8173a509c0342928710ad2036759fe5c in atlas's branch refs/heads/master from Sid
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=f7df0f1 ]

ATLAS-3461: Changed from hardcoded match to pattern bases regex match ATLAS-3461: UT Added

Signed-off-by: Sarath Subramanian <sa...@apache.org>


> 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
>    Affects Versions: 2.0.0
>            Reporter: Sidharth Kumar Mishra
>            Assignee: Sidharth Kumar Mishra
>            Priority: Major
>             Fix For: 2.1.0
>
>         Attachments: ATLAS-3461-3.patch
>
>
> 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)