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

Review request for atlas, Jayendra Parab, Mandar Ambawane, Pinal Shah, and 
Sheetal Shah.


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


Repository: atlas


Description
-------

Steps to reproduce:
1. Create hive_table testhive1 and perform incremental export for the same with 
changeMarker 0.
2. Now, before 2nd run create and assign term t1 to testhive1 and perform 
incremental export with changeMarker that we got after 1st run.
3. Result is export works but the term assigned to the hive_table entity didn't 
got exported.


Problem:
When term was getting assigned to hive_table entity, it did not updated the 
value of 'updateTime' attribute of that entity and hence,during 2nd run with 
incremental export it didn't exported the term as for incremental export we 
fetch data according to the changeMarker provided.

Fix:
Attribute 'updateTime' value gets updated after the term is assigned to an 
entity.


Diffs
-----

  repository/src/main/java/org/apache/atlas/glossary/GlossaryTermUtils.java 
8a161e420 


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


Testing
-------

Manual testing was performed.


Thanks,

Priyanshi Shah

Reply via email to