timvw opened a new issue, #2393: URL: https://github.com/apache/arrow-datafusion/issues/2393
Currently it is only possible to use a fully qualified path to a file or a folder, eg: * /Users/timvw/src/github/arrow-datafusion/testing/data/wildcard/green_01.csv * /Users/timvw/src/github/arrow-datafusion/testing/data/wildcard In situations when a folder contains multiple "sorts" of files it would be handy to use a glob/wildcard to list relevant files, eg: * /Users/timvw/src/github/arrow-datafusion/testing/data/wildcard/green_*.csv (This would allow one to exclude files such as red_01.csv in that same folder) Currently this does not seem to work due to some "incorrect/flawed" logic in local.rs / list_all / tokio::fs::metadata(&prefix).await?; -- 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]
