nastra commented on code in PR #12755:
URL: https://github.com/apache/iceberg/pull/12755#discussion_r2036164094


##########
core/src/main/java/org/apache/iceberg/ManifestWriter.java:
##########
@@ -246,7 +246,7 @@ protected FileAppender<ManifestEntry<DataFile>> newAppender(
             .overwrite()
             .build();
       } catch (IOException e) {
-        throw new RuntimeIOException(e, "Failed to create manifest writer for 
path: %s", file);
+        throw new RuntimeIOException(e, "Failed to create manifest writer for 
path: %s", file.location());

Review Comment:
   there are two more places in this class. can you please update those as well?



-- 
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

Reply via email to