dramaticlly commented on code in PR #11414: URL: https://github.com/apache/iceberg/pull/11414#discussion_r1821211669
########## 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 i was thinking maybe we can remove this extra empty line after `else` statement, as I dont observe such pattern elsewhere in the package. What do you think? -- 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