JingsongLi commented on code in PR #4761: URL: https://github.com/apache/paimon/pull/4761#discussion_r1896324028
########## paimon-core/src/main/java/org/apache/paimon/manifest/SimpleFileEntry.java: ########## @@ -38,6 +38,7 @@ public class SimpleFileEntry implements FileEntry { @Nullable private final byte[] embeddedIndex; private final BinaryRow minKey; private final BinaryRow maxKey; + private final String externalPath; Review Comment: Don't forget to add Nullable annotation. -- 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