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

Integrate with datafusion to support filters pushdown from SQL #160

Open
xushiyan opened this issue Oct 8, 2024 · 4 comments · May be fixed by #203
Open

Integrate with datafusion to support filters pushdown from SQL #160

xushiyan opened this issue Oct 8, 2024 · 4 comments · May be fixed by #203
Assignees
Labels
Milestone

Comments

@xushiyan
Copy link
Member

xushiyan commented Oct 8, 2024

Follow-up feature of #47

Integrate with datafusion on the predicate expression parsing and support pushdown predicates from SQL.

@jonathanc-n
Copy link
Contributor

May I be assigned this?

@xushiyan
Copy link
Member Author

@jonathanc-n sure. can you first elaborate on the changes you're gonna make? like what structs and APIs you'll introduce and some high level design to show how it works for the requirement?

@jonathanc-n
Copy link
Contributor

Probably will involve these:

  • Convert DataFusion's Expr objects into Hudi filters added in feat: support partition prune api #119 .
  • Implement the supports_filters_pushdown method in the TableProvider.
  • Change scan method to pass translated filters to Hudi's apis

@xushiyan
Copy link
Member Author

@jonathanc-n sounds good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants