-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71276/
-----------------------------------------------------------

(Updated Aug. 12, 2019, 11:21 p.m.)


Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, and Nixon 
Rodrigues.


Changes
-------

addressed review comments.


Bugs: ATLAS-3369
    https://issues.apache.org/jira/browse/ATLAS-3369


Repository: atlas


Description
-------

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.


Diffs (updated)
-----

  
addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/events/AlterTableRename.java
 c59ff7fde 


Diff: https://reviews.apache.org/r/71276/diff/2/

Changes: https://reviews.apache.org/r/71276/diff/1-2/


Testing
-------

Manually tested with:
1. Both hooks enabled - HMS and HS2.
2. Only HMS hook enabled.
3. Only HS2 hook enabled.

Precommit: 
https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/1345/console


Thanks,

Sarath Subramanian

Reply via email to