danny0405 commented on code in PR #13285:
URL: https://github.com/apache/hudi/pull/13285#discussion_r2086664521
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/event/WriteMetadataEvent.java:
##########
@@ -38,6 +38,7 @@ public class WriteMetadataEvent implements OperatorEvent {
private List<WriteStatus> writeStatuses;
private int taskID;
+ private long checkpointId;
Review Comment:
yeah, it looks like there is no good way to make it compatible? If the
recovered checkpoint id is -1, it still works for most of the cases.
--
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]