You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/02/25 07:00:12 UTC

[GitHub] [hudi] danny0405 commented on pull request #4880: [HUDI-2752] The MOR DELETE block breaks the event time sequence of CDC

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

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