leaves12138 commented on code in PR #5935: URL: https://github.com/apache/paimon/pull/5935#discussion_r2235594588
########## paimon-core/src/main/java/org/apache/paimon/io/DataFileMeta.java: ########## @@ -136,7 +140,8 @@ public static DataFileMeta forAppend( @Nullable byte[] embeddedIndex, @Nullable FileSource fileSource, @Nullable List<String> valueStatsCols, - @Nullable String externalPath) { + @Nullable String externalPath, + @Nullable Long rowIdStart) { 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