vikaskr22 commented on PR #569:
URL: https://github.com/apache/ranger/pull/569#issuecomment-3150346168

   @fateh288 , I again went through the design and as explained by you as well, 
DB triggers processing happens as part of application transaction. Then in such 
cases, we don't need any separate mechanism to ensure data durability. So 
triggers getting executed out of order case is not valid. It should be taken 
care by the underlying DB. And hence the observation regrading triggers is 
INVALID, please ignore that.
   
   Now let's see how we can address following scenario:
   
   **Any update to old column after it has been copied but before trigger is 
created won't be updated in the new column.** 


-- 
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...@ranger.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to