alamb commented on issue #2393:
URL: 
https://github.com/apache/arrow-datafusion/issues/2393#issuecomment-1115177722

   timvm -- I wonder if you could do the "globbing" at a higher level (aka what 
interface would the user decide to type in 
`/Users/timvw/src/github/arrow-datafusion/testing/data/wildcard/green_*.csv`)? 
   
   So rather than passing 
`/Users/timvw/src/github/arrow-datafusion/testing/data/wildcard/green_*.csv` to 
datafusion directly, you can implement something that uses the object store's 
`list_all` feature to implement whatever globbing semantics you wanted, and 
then pass the fully resolved list of files to datafusion?
   
   I am not sure if this would work for your usecase


-- 
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]

Reply via email to