caozhen1937 commented on code in PR #1703:
URL: https://github.com/apache/fluss/pull/1703#discussion_r2352482433


##########
fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/source/state/FlussSourceEnumeratorStateSerializer.java:
##########
@@ -142,12 +142,12 @@ private void serializeRemainingHybridLakeFlussSplits(
             out.writeBoolean(true);
             out.writeInt(remainingHybridLakeFlussSplits.size());
             SourceSplitSerializer sourceSplitSerializer = new 
SourceSplitSerializer(lakeSource);
+            out.writeInt(sourceSplitSerializer.getVersion());

Review Comment:
   @luoyuxia Here, I store the version in the state to enable 
SourceSplitSerializer to support backward compatibility.



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