ajantha-bhat commented on code in PR #6887:
URL: https://github.com/apache/iceberg/pull/6887#discussion_r1115802467
##########
api/src/main/java/org/apache/iceberg/Files.java:
##########
@@ -57,7 +57,7 @@ public PositionOutputStream create() {
}
if (!file.getParentFile().isDirectory() &&
!file.getParentFile().mkdirs()) {
Review Comment:
I agree that there is no point in throwing the exception without mentioning
why it has failed.
I think we still need to create a directory for the parent path right? So, I
kept that code and removed the exception part.
--
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]