FangYongs commented on code in PR #2748: URL: https://github.com/apache/incubator-paimon/pull/2748#discussion_r1464796829
########## paimon-core/src/main/java/org/apache/paimon/table/DataTable.java: ########## @@ -31,6 +31,10 @@ public interface DataTable extends InnerTable { SnapshotReader newSnapshotReader(); + default SnapshotReader newSnapshotReader(String branchName) { + return null; Review Comment: Is it appropriate to return a null value here? -- 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