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


##########
paimon-common/src/main/java/org/apache/paimon/sst/SstFileWriter.java:
##########
@@ -67,14 +81,16 @@ public class SstFileWriter implements Closeable {
     private static final Logger LOG = 
LoggerFactory.getLogger(SstFileWriter.class.getName());
 
     public static final int MAGIC_NUMBER = 1481571681;
+    public static final int VERSION = 1;

Review Comment:
   Do not change this, MAGIC_NUMBER is the 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