danny0405 commented on pull request #4880: URL: https://github.com/apache/hudi/pull/4880#issuecomment-1050579635
> @danny0405 IIUC, the problem originates from `OverwriteWithLatestAvroPayload#combineAndGetUpdateValue` does not honor ordering value. `DefaultHoodieRecordPayload` does. If that's the case, by switching default payload to `DefaultHoodieRecordPayload` would solve the problem? plus asking users to migrate the payload class. cc @nsivabalan No, the problem has no relationship with payload clazz, it is how the log handle encode/decode the delete messages. -- 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]
