RussellSpitzer commented on code in PR #11587: URL: https://github.com/apache/iceberg/pull/11587#discussion_r1848691024
########## api/src/main/java/org/apache/iceberg/Table.java: ########## @@ -373,4 +373,14 @@ default Snapshot snapshot(String name) { return null; } + + /** + * Returns the format version of the table Review Comment: nit: you can do a single line for this javadoc like ```java /** Returns the type of changes produced by this task (i.e. insert/delete). */ ``` -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org