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

chore: Enable masked out list, struct and array elements in parametric tests #20365

Merged

Conversation

coastalwhite
Copy link
Collaborator

This adds a setting allow_masked_out to the parametric tests that will generate masked out elements in List, Array and Struct fields. This could help catch bugs.

Fixes #20359.

@github-actions github-actions bot added internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars labels Dec 19, 2024
@coastalwhite coastalwhite force-pushed the chore/enable-parametric-masked-out branch from ce01d03 to fcbe17a Compare December 19, 2024 12:40
Copy link

codecov bot commented Dec 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.13%. Comparing base (6e4d717) to head (d0d851c).
Report is 18 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20365      +/-   ##
==========================================
- Coverage   79.13%   79.13%   -0.01%     
==========================================
  Files        1572     1566       -6     
  Lines      219839   219236     -603     
  Branches     2462     2466       +4     
==========================================
- Hits       173970   173487     -483     
+ Misses      45301    45181     -120     
  Partials      568      568              

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

@ritchie46 ritchie46 merged commit d68689f into pola-rs:main Dec 20, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nested masked out elements cause panic during Parquet write
2 participants