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


##########
fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/lake/LakeSplitSerializer.java:
##########
@@ -40,13 +40,18 @@
 /** A serializer for lake split. */
 public class LakeSplitSerializer {
 
+    private static final int VERSION_0 = 0;

Review Comment:
   nit: remove this, we don't need VERSION_0 of LakeSplitSerializer



##########
fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/lake/LakeSplitSerializer.java:
##########
@@ -40,13 +40,18 @@
 /** A serializer for lake split. */
 public class LakeSplitSerializer {
 
+    private static final int VERSION_0 = 0;
+
+    private static final int CURRENT_VERSION = VERSION_0;

Review Comment:
   also remove this 



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