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 08:19:10 UTC

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

xushiyan commented on pull request #4880:
URL: https://github.com/apache/hudi/pull/4880#issuecomment-1050633278


   @danny0405 i see. the main problem now is the new DeleteKey breaks the serde with log block contains HoodieKey, correct? The compatibility issue is quite impactful. I noticed there is a version bit in reading the block `int version = dis.readInt()` in `getKeysToDelete()` which is not used. Now might it be make use of? 


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