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/08/13 06:29:00 UTC

[jira] [Commented] (ATLAS-3369) Renaming an hive_table creates a new table and updates the existing table

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

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

Commit b8af8c90abe96e5921f0c54ac383a0cb448b1426 in atlas's branch refs/heads/master from Sarath Subramanian
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=b8af8c9 ]

ATLAS-3369: Renaming an hive_table creates a new table and updates the existing table


> Renaming an hive_table creates a new table and updates the existing table
> -------------------------------------------------------------------------
>
>                 Key: ATLAS-3369
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3369
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>    Affects Versions: 2.0.0
>            Reporter: Sarath Subramanian
>            Assignee: Sarath Subramanian
>            Priority: Major
>             Fix For: 2.1.0
>
>
> create table table1(id int); #creates table1 entity (with guid = abc)
> alter table table1 rename to table2;
>  
> table1 with guid "abc" is updated to table2
> new table1 with guid "xyz" is created newly. 
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)