JingsongLi commented on code in PR #6038: URL: https://github.com/apache/paimon/pull/6038#discussion_r2261885599
########## 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: `String[] _WRITE_COLS`? -- 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