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: add test for Parquet column pruning in scans #3079

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

jkylling
Copy link
Contributor

Description

Adds test coverage for the regression fixed in 2272ff7

Adds test coverage for the regression fixed in 2272ff7

Signed-off-by: Jonas Irgens Kylling <[email protected]>
@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Dec 22, 2024
Copy link

codecov bot commented Dec 22, 2024

Codecov Report

Attention: Patch coverage is 47.97297% with 77 lines in your changes missing coverage. Please review.

Project coverage is 72.28%. Comparing base (cdc6473) to head (56889c1).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/core/src/delta_datafusion/mod.rs 47.97% 69 Missing and 8 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3079      +/-   ##
==========================================
- Coverage   72.41%   72.28%   -0.13%     
==========================================
  Files         128      128              
  Lines       41017    41165     +148     
  Branches    41017    41165     +148     
==========================================
+ Hits        29701    29755      +54     
- Misses       9423     9502      +79     
- Partials     1893     1908      +15     

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

@ion-elgreco ion-elgreco added this pull request to the merge queue Dec 22, 2024
Merged via the queue into delta-io:main with commit 72311ed Dec 22, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants