LsomeYeah commented on code in PR #5546:
URL: https://github.com/apache/paimon/pull/5546#discussion_r2062961869


##########
paimon-common/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -1510,6 +1510,13 @@ public class CoreOptions implements Serializable {
                     .defaultValue(MemorySize.ofMebiBytes(2))
                     .withDescription("The target size of deletion vector index 
file.");
 
+    public static final ConfigOption<Integer> DELETION_VECTOR_VERSION =
+            key("deletion-vector.version")
+                    .intType()
+                    .defaultValue(2)

Review Comment:
   The default value is set to 2 temporarily, and run all CI tests to verify if 
there are any potential issues. It will be set to 1 after all tests passed~



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