JingsongLi commented on code in PR #7889:
URL: https://github.com/apache/paimon/pull/7889#discussion_r3303039205
##########
paimon-format/src/main/java/org/apache/paimon/format/blob/BlobFormatWriter.java:
##########
@@ -43,9 +44,11 @@
/** {@link FormatWriter} for blob file. */
public class BlobFormatWriter implements FileAwareFormatWriter {
- public static final byte VERSION = 1;
+ public static final byte VERSION = 2;
Review Comment:
As long as it can throw exceptions without producing incorrect data, it's
okay
--
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]