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

fix: datafusion predicate pushdown and dependencies #1071

Merged
merged 1 commit into from
Jan 17, 2023

Conversation

roeap
Copy link
Collaborator

@roeap roeap commented Jan 16, 2023

Description

Update datafusion to version 16 and arrow to corresponding version 29. This also fixes a logical error in predicate pushdown and implements missing methods on TableProvider, specifically also the one telling datafusion that predicate pushdown is supported :).

Turns out, our tests already cover that predicates are working correctly, when actually being used.

Related Issue(s)

closes #1063
closes #1064

Documentation

Copy link
Member

@houqp houqp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pretty big improvement, time for another release!

@roeap roeap merged commit 31d8b6a into delta-io:main Jan 17, 2023
@roeap roeap deleted the datafusion-update branch January 17, 2023 02:14
chitralverma pushed a commit to chitralverma/delta-rs that referenced this pull request Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants