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

feat: cdf tableprovider with predicate pushdown support #3220

Merged
merged 2 commits into from
Feb 18, 2025

Conversation

ion-elgreco
Copy link
Collaborator

@ion-elgreco ion-elgreco commented Feb 15, 2025

Description

Simplifies the reading of CDF.

cc @hntd187

Signed-off-by: Ion Koutsouris <[email protected]>
@ion-elgreco ion-elgreco force-pushed the feat/load_cdf_partition branch from 81166d7 to a97fdc6 Compare February 15, 2025 14:07
@github-actions github-actions bot added binding/python Issues for the Python package binding/rust Issues for the Rust crate labels Feb 15, 2025
Copy link

codecov bot commented Feb 15, 2025

Codecov Report

Attention: Patch coverage is 69.01961% with 79 lines in your changes missing coverage. Please review.

Project coverage is 72.23%. Comparing base (2f1a5ac) to head (fb2705f).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
crates/core/src/delta_datafusion/cdf/scan.rs 0.00% 60 Missing ⚠️
python/src/lib.rs 0.00% 18 Missing ⚠️
crates/core/src/operations/load_cdf.rs 99.27% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3220      +/-   ##
==========================================
- Coverage   72.31%   72.23%   -0.09%     
==========================================
  Files         138      138              
  Lines       45398    45445      +47     
  Branches    45398    45445      +47     
==========================================
- Hits        32831    32828       -3     
- Misses      10489    10541      +52     
+ Partials     2078     2076       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ion-elgreco ion-elgreco changed the title feat: cdf tableprovider feat: cdf tableprovider to enable predicate pushdown in load_cdf Feb 15, 2025
@ion-elgreco ion-elgreco changed the title feat: cdf tableprovider to enable predicate pushdown in load_cdf feat: cdf tableprovider with predicate pushdown support Feb 15, 2025
@ion-elgreco ion-elgreco added this pull request to the merge queue Feb 18, 2025
Merged via the queue into delta-io:main with commit 1b629c6 Feb 18, 2025
32 checks passed
@ion-elgreco ion-elgreco deleted the feat/load_cdf_partition branch February 18, 2025 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

load_cdf for a partition
2 participants