tustvold commented on code in PR #8505:
URL: https://github.com/apache/arrow-datafusion/pull/8505#discussion_r1426782763
##########
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:
There is no reason you should need to create these files ahead of time
anymore, it was a consequence of the head request being performed to
accommodate the append semantics - I can add it to my list to clean it up
--
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]