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

refactor: Mention allow_missing_columns in error message when column not found (parquet) #18972

Merged
merged 3 commits into from
Sep 27, 2024

Conversation

nameexhaustion
Copy link
Collaborator

@nameexhaustion nameexhaustion commented Sep 27, 2024

@github-actions github-actions bot added internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars labels Sep 27, 2024
@nameexhaustion nameexhaustion marked this pull request as ready for review September 27, 2024 12:11
Copy link

codecov bot commented Sep 27, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 14 lines in your changes missing coverage. Please review.

Project coverage is 60.07%. Comparing base (13e9717) to head (19cf554).
Report is 20 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-io/src/parquet/read/reader.rs 75.92% 13 Missing ⚠️
...-stream/src/nodes/parquet_source/metadata_utils.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main   #18972       +/-   ##
===========================================
- Coverage   79.84%   60.07%   -19.78%     
===========================================
  Files        1523     1523               
  Lines      207409   207529      +120     
  Branches     2904     2904               
===========================================
- Hits       165616   124675    -40941     
- Misses      41246    82307    +41061     
  Partials      547      547               

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

@ritchie46 ritchie46 merged commit 6abc2f1 into pola-rs:main Sep 27, 2024
25 checks passed
@c-peters c-peters added the accepted Ready for implementation label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants