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

Implement and test predicate pushdown for parquet in engines #341

Open
OussamaSaoudi-db opened this issue Sep 17, 2024 · 0 comments · May be fixed by #349
Open

Implement and test predicate pushdown for parquet in engines #341

OussamaSaoudi-db opened this issue Sep 17, 2024 · 0 comments · May be fixed by #349
Assignees

Comments

@OussamaSaoudi-db
Copy link
Collaborator

OussamaSaoudi-db commented Sep 17, 2024

Currently, both the default and sync engines ignore the predicate hint passed to read_parquet_files. Implement predicate pushdown to filter data inside the default and sync engines.

Implement tests to validate that the P&M predicate from this PR correctly filters the data. This may require introducing and tracking some metrics.

@OussamaSaoudi-db OussamaSaoudi-db self-assigned this Sep 19, 2024
@OussamaSaoudi-db OussamaSaoudi-db changed the title Implement and test predicate pushdown in engines Implement and test predicate pushdown for parquet in engines Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant