-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support paritioned parquet dataset #8
Comments
I have asked and implemented the same globbing feature(s) in datafusion: isue-2393, but not sure how much of that is still supported after the recent refactorings... In my example I have the following:
Unfortunately, the following does not work (anymore): |
Specifying the parent directory fails if other files are there eg. |
Correct (That reminds me of why I wanted the feature in the first place ;)). Will look into this again once datafusion has onboarded the iox objectstore... |
Makes sense, thank you. |
In the newest release there is now support for globbing as well :) ( I have also updated the "listing" of files such that hidden files/directories such as_SUCCESS/_temporary are excluded |
File location patterns
mydata/*.parquet
andmydata/partition=01/*.parquet
are common storage formats. Is it possible to support readingmydata
in these cases? In theory Datafusion should have some supportThe text was updated successfully, but these errors were encountered: