----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68515/#review207947 -----------------------------------------------------------
Ship it! Ship It! - Madhan Neethiraj On Aug. 27, 2018, 6:25 a.m., Sarath Subramanian wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/68515/ > ----------------------------------------------------------- > > (Updated Aug. 27, 2018, 6:25 a.m.) > > > 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 > >
