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: Fix panic on schema merge for prefiltering #19972

Merged
merged 3 commits into from
Nov 25, 2024

Conversation

nameexhaustion
Copy link
Collaborator

Fixes #19968

Panic caused by assuming that hive columns were always in the file in the merge for prefiltering

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Nov 25, 2024
Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.49%. Comparing base (742c737) to head (fbcc374).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19972      +/-   ##
==========================================
+ Coverage   79.46%   79.49%   +0.02%     
==========================================
  Files        1555     1555              
  Lines      216322   216386      +64     
  Branches     2456     2456              
==========================================
+ Hits       171911   172023     +112     
+ Misses      43853    43805      -48     
  Partials      558      558              

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


🚨 Try these New Features:

@nameexhaustion nameexhaustion marked this pull request as ready for review November 25, 2024 14:19
@ritchie46 ritchie46 merged commit 34f637c into pola-rs:main Nov 25, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hive partition tests fail for POLARS_MAX_THREADS=1
2 participants