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


##########
paimon-core/src/main/java/org/apache/paimon/index/IndexFileMeta.java:
##########
@@ -53,13 +55,20 @@ public class IndexFileMeta {
                                     4,
                                     "_DELETIONS_VECTORS_RANGES",
                                     new ArrayType(true, 
DeletionVectorMeta.SCHEMA)),
-                            new DataField(5, "_EXTERNAL_PATH", 
newStringType(true))));
+                            new DataField(5, "_EXTERNAL_PATH", 
newStringType(true)),
+                            new DataField(6, "_SHARD", new IntType(true)),
+                            new DataField(7, "_INDEX_FIELD_ID", new 
IntType(true)),
+                            new DataField(8, "_INDEX_META", new 
BinaryType())));
 
     private final String indexType;
     private final String fileName;
     private final long fileSize;
     private final long rowCount;
 
+    @Nullable private final Integer shard;

Review Comment:
   Record row id range instead of shard id.



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