alamb commented on code in PR #7294:
URL: https://github.com/apache/arrow-datafusion/pull/7294#discussion_r1297192035
##########
datafusion/core/src/datasource/listing_table_factory.rs:
##########
@@ -145,6 +145,36 @@ impl TableProviderFactory for ListingTableFactory {
},
}?;
+ let create_local_path_mode = cmd
+ .options
+ .get("create_local_path")
Review Comment:
It will be great to eventually get the Options into a structured form
(https://github.com/apache/arrow-datafusion/pull/7283#discussion_r1294557588)
so we can have the compiler check values like this rather than relying on
string matching. I have it on my list today to file a ticket about that
--
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]