rdblue commented on code in PR #6267:
URL: https://github.com/apache/iceberg/pull/6267#discussion_r1043907581


##########
core/src/main/java/org/apache/iceberg/TableMetadata.java:
##########
@@ -793,6 +822,18 @@ private static Map<String, SnapshotRef> validateRefs(
     return inputRefs;
   }
 
+  private long computeStatisticsCheckpointSnapshotID() {
+    if (statisticsFilesById.isEmpty()) {
+      return -1;
+    }
+    for (Snapshot snapshot : Lists.reverse(snapshots)) {

Review Comment:
   Please update this to conform to style guidelines. There should be empty 
newlines between control flow blocks and the following statements.



-- 
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

Reply via email to