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