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

[PERF] Enable Predicates in Parquet Reader #1702

Merged
merged 12 commits into from
Dec 6, 2023

Conversation

samster25
Copy link
Member

@samster25 samster25 commented Dec 6, 2023

  • Enables Predicate During Parquet reads
  • Prunes out row groups that are not needed by predicate
  • Refactor Pushdown struct to use single Expression
  • Threads PushDown Predicate to read parquet

Future Work:

Copy link

codecov bot commented Dec 6, 2023

Codecov Report

Merging #1702 (ddbb050) into main (9693c6a) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1702   +/-   ##
=======================================
  Coverage   85.04%   85.04%           
=======================================
  Files          55       55           
  Lines        5391     5391           
=======================================
  Hits         4585     4585           
  Misses        806      806           
Files Coverage Δ
daft/table/micropartition.py 89.74% <ø> (ø)
daft/table/table.py 84.22% <ø> (ø)

@samster25 samster25 changed the title [PERF] Sammy/parquet row group pruning [PERF] Enable Predicates in Parquet Reader Dec 6, 2023
@samster25 samster25 merged commit 29cb3a3 into main Dec 6, 2023
46 checks passed
@samster25 samster25 deleted the sammy/parquet-row-group-pruning branch December 6, 2023 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant