fhan688 commented on code in PR #13592:
URL: https://github.com/apache/hudi/pull/13592#discussion_r2255678380


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/StreamReadMonitoringFunction.java:
##########
@@ -292,4 +341,25 @@ public String getIssuedOffset() {
     return issuedOffset;
   }
 
+  private static class SplitState implements Serializable {
+    private int totalSplits;
+    private List<MergeOnReadInputSplit> remainingSplits;

Review Comment:
   > can we just make these two fields immutable with "final" ?
   
   need to set value when snapshotState()



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

Reply via email to