Skip to content
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

DataFusion integration #63

Open
Jefffrey opened this issue Mar 9, 2024 · 0 comments
Open

DataFusion integration #63

Jefffrey opened this issue Mar 9, 2024 · 0 comments
Labels
enhancement New feature or request medium Medium priority

Comments

@Jefffrey
Copy link
Collaborator

Jefffrey commented Mar 9, 2024

I implemented a very shallow example integration with DataFusion:

8c68f47

Will want to flesh this out and move this code into src, so can provide support for stuff like predicate pushdown from DaraFusions point of view.

Could split this repo into two crates, one to focus on reading to Arrow (arrow-orc, akin to parquet in arrow-rs) then another for DataFusion integration code (datafusion-orc) such as a trait which implements ExecutionPlan , etc.

@Jefffrey Jefffrey added enhancement New feature or request medium Medium priority labels Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium Medium priority
1 participant