hantangwangd commented on code in PR #10334: URL: https://github.com/apache/iceberg/pull/10334#discussion_r1600292958
########## spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRemoveOrphanFilesProcedure.java: ########## @@ -647,19 +648,33 @@ public void testRemoveOrphanFilesProcedureWithPrefixMode() "CALL %s.system.remove_orphan_files(" + "table => '%s'," + "equal_schemes => map('file1', 'file')," + + "equal_authorities => map('localhost', '%s')," Review Comment: Thanks for the suggestion, that makes sense. The test logic has been moved to a separate method `testRemoveOrphanFilesProcedureWithEqualAuthorities()`. -- 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