nsivabalan commented on pull request #4880:
URL: https://github.com/apache/hudi/pull/4880#issuecomment-1052128140


   I skimmed through the patch. 
   Looks like, we are looking to fix only a specific scenario. 
   
   insert record with preCombine value 100.
   delete record with preCombine value 50.
   
   So, as per master, the record will be deleted. 
   and with this patch, we will not delete the record and honor the insert as 
valid record. 
   
   let me know if my understanding is right. And whats the plan for other 
scenarios which I have called out earlier. 
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to