ad1happy2go commented on issue #11016:
URL: https://github.com/apache/hudi/issues/11016#issuecomment-2059267852

   @juice411 precombine field is used as ordering field to deduplicate. For 
example if we have two records in source with same record key, then hudi will 
pick up the record with higher precombine value and skip the other one. This 
happens when we use upsert operation type. For bulk_insert and insert it will 
insert both of them. 
   


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