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

Review request for atlas, Apoorv Naik, Ashutosh Mestry, and Madhan Neethiraj.


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


Repository: atlas


Description
-------

1. Create databases db1,db2
2. Create table1 in db1.
3. Modify relationship between db1 and table1 such that tags associated to db1 
are propagated to table1.
4. Add tag1 to db1.
5. Add tag2 to db2.
6. Rename table from db1.table1 to db2.table1.
7. Earlier behavior is , tag1 propagated from db1 is removed from table and 
tag2 is propagated to table1 from db2. But currently , both tag1 and tag2 are 
propagated to table1.

In relationship response between db1 and table, status is marked DELETED.

tag1 is not added to propagatedClassifications array in the response of the 
relationship ,but still tag1 is propagated to table.


Diffs
-----

  
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/DeleteHandlerV1.java
 5a2d766dc 


Diff: https://reviews.apache.org/r/68515/diff/1/


Testing
-------

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


Thanks,

Sarath Subramanian

Reply via email to