-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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?;
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request