-
Notifications
You must be signed in to change notification settings - Fork 32
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
File-based table provider for Datafusion #546
Conversation
builder = builder.with_projection(Projection::new(projection)) | ||
} | ||
|
||
DFResult::Ok( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should figure out fmt/clippy rule for this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a rule, however, it's very fiddly to configure. Will have a look at some point if there's a simple setup
I wonder how datafusion handles massive file listing. I have a feeling it might just oom |
This PR is a very minimal
TableProvider
to read vortex-encoded files.