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


   Hey @nsivabalan , I'm using `upsert`. I'm using a timestamp for 
`hoodie.datasource.write.precombine.field`.
   So, in the case of a dataframe being processed that would contain an Insert 
and a Delete for the same record (so same key value), only the Delete is taken 
into account, and since there is nothing to be deleted in the target table, it 
looks as if it is inserting this Delete..
   Any advice on the best way to handle this case?
   Thank you


-- 
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