nastra commented on code in PR #12755:
URL: https://github.com/apache/iceberg/pull/12755#discussion_r2036163235
##########
core/src/main/java/org/apache/iceberg/ManifestListWriter.java:
##########
@@ -136,7 +136,7 @@ protected FileAppender<ManifestFile> newAppender(OutputFile
file, Map<String, St
.build();
} catch (IOException e) {
- throw new RuntimeIOException(e, "Failed to create snapshot list writer
for path: %s", file);
+ throw new RuntimeIOException(e, "Failed to create snapshot list writer
for path: %s", file.location());
Review Comment:
can you please also update the one in L173
--
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]