szehon-ho commented on a change in pull request #4142:
URL: https://github.com/apache/iceberg/pull/4142#discussion_r811503419



##########
File path: core/src/main/java/org/apache/iceberg/ReachableFileUtil.java
##########
@@ -114,4 +119,47 @@ private static TableMetadata 
findFirstExistentPreviousMetadata(List<MetadataLogE
     }
     return manifestListLocations;
   }
+
+  /**
+   * Emits a human-readable metadata graph of the current snapshot of the 
given table
+   * @param table Iceberg table
+   * @param out output print stream to emit to
+   */
+  public static void printCurrentSnapshot(Table table, PrintStream out) {

Review comment:
       Makes sense, will do.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to