-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71529/
-----------------------------------------------------------
Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Nixon Rodrigues,
and Sarath Subramanian.
Bugs: ATLAS-3360
https://issues.apache.org/jira/browse/ATLAS-3360
Repository: atlas
Description
-------
Entity audits in atlas are getting duplicated when both HMS hook and Hive hook
are enabled.
The issue was reopened so creating new review request, earlier RR link ::
https://reviews.apache.org/r/71253/
Diffs
-----
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityStoreV2.java
c697026
server-api/src/main/java/org/apache/atlas/RequestContext.java 79eea1c
Diff: https://reviews.apache.org/r/71529/diff/1/
Testing
-------
Created new hive table - create table test_tab1(t_col1 string);
Alter hive table to add new column - alter table test_tab1 add columns(t_col2
string);
Pre-commit link ::
https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/1423/console
Thanks,
Saqeeb Shaikh