szehon-ho commented on code in PR #11414: URL: https://github.com/apache/iceberg/pull/11414#discussion_r1821309914
########## core/src/main/java/org/apache/iceberg/BaseFilesTable.java: ########## @@ -166,7 +166,6 @@ public CloseableIterable<StructLike> rows() { if (readableMetricsField == null) { return CloseableIterable.transform(files(projection), file -> (StructLike) file); } else { - Review Comment: oh yea it is definitely subjective, i remember vaguely Anton suggest some newlines after else for better readability at some point for my prs (not sure for this particular line or not). Id say just remove it to minimize the change? -- 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