steFaiz commented on code in PR #8344:
URL: https://github.com/apache/paimon/pull/8344#discussion_r3472723256


##########
paimon-core/src/main/java/org/apache/paimon/table/system/TableIndexesTable.java:
##########
@@ -256,7 +257,8 @@ private InternalRow toRow(
                     indexManifestEntry.indexFile().rowCount(),
                     dvMetas == null
                             ? null
-                            : 
IndexFileMetaSerializer.dvMetasToRowArrayData(dvMetas.values()),
+                            : IndexFileMetaSerializer.metasToRowArrayData(
+                                    dvMetas, DeletionFileKey.Type.FILE_NAME),

Review Comment:
   This is very helpful! I've unified FileNameKey and RowRangeKey:
   1. Reusing the same field
   2. For FileNames, display the file name
   3. For RowRanges, display the formated range. e.g. [0, 100]



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