rdblue commented on a change in pull request #1427:
URL: https://github.com/apache/iceberg/pull/1427#discussion_r485165774
##########
File path: api/src/main/java/org/apache/iceberg/Files.java
##########
@@ -60,9 +60,8 @@ public PositionOutputStream create() {
if (!file.getParentFile().isDirectory() &&
!file.getParentFile().mkdirs()) {
throw new RuntimeIOException(
- String.format(
"Failed to create the file's directory at %s.",
- file.getParentFile().getAbsolutePath()));
+ file.getParentFile().getAbsolutePath());
Review comment:
We're also keeping it for a release so that people have a chance to
update any code that catches it.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]