dramaticlly commented on code in PR #12006: URL: https://github.com/apache/iceberg/pull/12006#discussion_r1928946351
########## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/RewriteTablePathSparkAction.java: ########## @@ -710,7 +710,7 @@ private boolean fileExist(String path) { return table.io().newInputFile(path).exists(); } - private static String newPath(String path, String sourcePrefix, String targetPrefix) { + static String newPath(String path, String sourcePrefix, String targetPrefix) { Review Comment: sounds good, I revert this and used util method in test -- 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