leaves12138 commented on code in PR #6038: URL: https://github.com/apache/paimon/pull/6038#discussion_r2261997012
########## paimon-core/src/main/java/org/apache/paimon/io/RowDataFileWriter.java: ########## @@ -117,6 +120,7 @@ public DataFileMeta result() throws IOException { fileSource, statsPair.getKey(), externalPath, - null); + null, + fieldIds); Review Comment: OK ########## paimon-core/src/main/java/org/apache/paimon/io/DataFileMeta.java: ########## @@ -128,6 +130,8 @@ public class DataFileMeta { private final @Nullable Long firstRowId; + private final @Nullable int[] fieldIds; Review Comment: OK -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org