tomtongue commented on code in PR #9613: URL: https://github.com/apache/iceberg/pull/9613#discussion_r1475750608
########## spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestAddFilesProcedure.java: ########## @@ -485,14 +475,14 @@ public void addPartitionToPartitionedSnapshotIdInheritanceEnabledInTwoRuns() { // verify manifest file name has uuid pattern String manifestPath = (String) sql("select path from %s.manifests", tableName).get(0)[0]; - + System.out.println(manifestPath); Review Comment: Forgot to remove...will do it. -- 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