JingsongLi commented on code in PR #6019: URL: https://github.com/apache/paimon/pull/6019#discussion_r2280336410
########## paimon-core/src/main/java/org/apache/paimon/table/FormatTable.java: ########## @@ -64,6 +70,12 @@ public interface FormatTable extends Table { @Override FormatTable copy(Map<String, String> dynamicOptions); + TableSchema schema(); + + default int bucket() { Review Comment: remove this? -- 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