sheetalshah1007 opened a new pull request, #348: URL: https://github.com/apache/atlas/pull/348
…added ## What changes were proposed in this pull request? This patch modifies the `updateTime` property of AtlasEntity to reflect the change whenever a term is assigned and dissociated The changes addresses an issue where, upon assigning a term to a hive_table entity, the entity's `updateTime` attribute was not being refreshed. As a result, the incremental export mechanism—relying on the change marker based on _updateTime_—failed to capture the term update on subsequent runs, causing the term to be omitted during incremental export. The test case `GlossaryServiceTest.testTermAssignmentAndDissociation `was modified to verify the mentioned changes ## How was this patch tested? Manual testing: Verified that after a term is assigned to or removed from an entity, the `updateTime` attribute is explicitly updated as a result. Also verified that the updated _updateTime_ value is recognised by the incremental export process, thereby including the new term assignment in the export. Verified and confirmed that the mentioned test execution is working as desired PreCommit : https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1881 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org