geoffroyatkwiff commented on issue #4778:
URL: https://github.com/apache/hudi/issues/4778#issuecomment-1038874131


   Yes, it does seem to take precedence, but doesn't work as I would expect:
   - if you process a file that contains a delete for a row that's already in 
the target table, it is simply going to delete this row, which is what I would 
expect so that's totally fine.
   - if you process a file that contains an insert, and the delete for this 
same row, then as you said, the delete takes precedence, yes. But the target 
table will contain a row with the values from the delete, whereas this row 
should not be inserted into the target table in any way (same as above).


-- 
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: commits-unsubscr...@hudi.apache.org

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


Reply via email to