ad1happy2go commented on issue #8576: URL: https://github.com/apache/hudi/issues/8576#issuecomment-1522797431
@pravin1406 For the same reason if have a option preCombine field. This field basically used for ordering the records. So if old update comes after 3 days, the preCombine field which is set should be smaller than the one what is already there in hudi. So that record will not be upserted and ignored. -- 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]
