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


##########
paimon-common/src/main/java/org/apache/paimon/fileindex/bitmap/BitmapFileIndex.java:
##########
@@ -49,39 +49,51 @@
 public class BitmapFileIndex implements FileIndexer {
 
     public static final int VERSION_1 = 1;
+    public static final int VERSION_2 = 2;
+
+    public static final String VERSION = "version";
+    public static final String INDEX_BLOCK_SIZE = "index-block-size";
+    public static final String ENABLE_BUFFERED_INPUT = "enable-buffered-input";
+    public static final String ENABLE_NEXT_OFFSET_TO_SIZE = 
"enable-next-offset-to-size";

Review Comment:
   What is enable next offset to size? Under what circumstances can it not be 
size?



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