-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73072/
-----------------------------------------------------------
(Updated Dec. 14, 2020, 3:34 a.m.)
Review request for atlas, Jayendra Parab, Madhan Neethiraj, Nixon Rodrigues,
and Sarath Subramanian.
Changes
-------
Addressed review comments
Bugs: ATLAS-4065
https://issues.apache.org/jira/browse/ATLAS-4065
Repository: atlas
Description
-------
This issue is coming from the Atlas Framework itself.
For every TypeDef Create operation there is subsequent Update call.
Similarly for every TypeDef Update operation there is subsequent Update call.
Some attributes are not getting set in the first Create / Update call of the
TypeDef. Instead, they are getting set in the subsequent Update call.
This patch handles all these scenarios.
Diffs (updated)
-----
repository/src/main/java/org/apache/atlas/repository/audit/TypeDefAuditListener.java
4fe9f59
Diff: https://reviews.apache.org/r/73072/diff/2/
Changes: https://reviews.apache.org/r/73072/diff/1-2/
Testing
-------
Thanks,
Mandar Ambawane