Skip to content

Conversation

@alexander-beedie
Copy link
Collaborator

@alexander-beedie alexander-beedie commented Dec 7, 2025

Fixes #25316 (following a Rust-side refactor for pl.defer in #21685), and adds some new test coverage.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars labels Dec 7, 2025
@codecov
Copy link

codecov bot commented Dec 7, 2025

Codecov Report

❌ Patch coverage is 75.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.57%. Comparing base (8ab1657) to head (a865c69).

Files with missing lines Patch % Lines
...rs/src/polars/io/pyarrow_dataset/anonymous_scan.py 75.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #25654      +/-   ##
==========================================
- Coverage   79.58%   79.57%   -0.01%     
==========================================
  Files        1743     1743              
  Lines      240439   240448       +9     
  Branches     3038     3040       +2     
==========================================
- Hits       191347   191343       -4     
- Misses      48310    48322      +12     
- Partials      782      783       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TypeError returned when scanning pyarrow dataset with allow_pyarrow_filter=False

1 participant