tustvold commented on code in PR #8505:
URL: https://github.com/apache/arrow-datafusion/pull/8505#discussion_r1425812238
##########
datafusion/core/src/datasource/listing/url.rs:
##########
@@ -131,6 +131,10 @@ impl ListingTableUrl {
if is_directory {
fs::create_dir_all(path)?;
} else {
+ // ensure parent directory exists
Review Comment:
Aah, I still need to fix this, this is a weird hold over from append
--
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]