eric9204 commented on PR #9176: URL: https://github.com/apache/hudi/pull/9176#issuecomment-1647087391
> @nsivabalan we parse every instants by `HoodieCommitMetadata.fromBytes(InstantBytes[], HoodieCommitMetadata.class)`. In normal circumstances,`HoodieCommitMetadata.fromBytes()` can parse the instants like commit and deltacommit correctly but in some corner case, if the latest instant's action which got from active timeline was compaction action,`HoodieCommitMetadata.fromBytes()` will get an error. actually, we don't need compaction or clustering instants when get checkpoint message in extra metadata. Does this correct? so, I just get the commit and deltacommit to fix this issue. -- 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]
