You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Sarath Subramanian (JIRA)" <ji...@apache.org> on 2019/08/13 06:01:00 UTC

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

Sarath Subramanian created ATLAS-3369:
-----------------------------------------

             Summary: 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
             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)