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)