danny0405 commented on code in PR #17562:
URL: https://github.com/apache/hudi/pull/17562#discussion_r2621773907
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/enumerator/AbstractHoodieSplitEnumerator.java:
##########
@@ -116,7 +116,7 @@ public void addReader(int subtaskId) {
@Override
public HoodieSplitEnumeratorState snapshotState(long checkpointId) throws
Exception {
- return new HoodieSplitEnumeratorState(splitProvider.state());
+ return new HoodieSplitEnumeratorState(splitProvider.state(), null, null);
Review Comment:
null or `Option.empty`
--
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]