-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66884/
-----------------------------------------------------------
Review request for atlas, Apoorv Naik, Ashutosh Mestry, and Madhan Neethiraj.
Bugs: ATLAS-2633
https://issues.apache.org/jira/browse/ATLAS-2633
Repository: atlas
Description
-------
Create a lineage like the following :
table1 -----> process1 -------> table2
Added tag1 to table1 with propagate set to False.
Edited tag1 at table1 and set propagate to True.
Expected operationType CLASSIFICATION_ADD for process1 and table2 but found
CLASSIFICATION_UPDATE message for table2 and process1.
CLASSIFICATION_UPDATE for table1 is expected but CLASSIFICATION_ADD is expected
for table2 and process1.
Diffs
-----
webapp/src/main/java/org/apache/atlas/notification/EntityNotificationListenerV2.java
1fb032a8
Diff: https://reviews.apache.org/r/66884/diff/1/
Testing
-------
Thanks,
Sarath Subramanian