JingsongLi commented on code in PR #8574:
URL: https://github.com/apache/paimon/pull/8574#discussion_r3666068827


##########
paimon-core/src/main/java/org/apache/paimon/table/source/SplitSerializer.java:
##########
@@ -54,7 +55,8 @@
 public class SplitSerializer {
 
     private static final long MAGIC = 0x53504C49545F5631L; // "SPLIT_V1"
-    private static final int VERSION = 1;
+    private static final int VERSION_1 = 1;
+    private static final int VERSION = 2;

Review Comment:
   Do not change version.



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