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: Respect strictness in list constructor #18853

Merged
merged 1 commit into from
Sep 23, 2024
Merged

fix: Respect strictness in list constructor #18853

merged 1 commit into from
Sep 23, 2024

Conversation

ritchie46
Copy link
Member

fixes #18841

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Sep 23, 2024
@ritchie46 ritchie46 merged commit 4d6c363 into main Sep 23, 2024
25 checks passed
@ritchie46 ritchie46 deleted the list branch September 23, 2024 09:56
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

Attention: Patch coverage is 94.73684% with 1 line in your changes missing coverage. Please review.

Project coverage is 79.88%. Comparing base (4dd272c) to head (e1ca130).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-core/src/series/any_value.rs 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18853      +/-   ##
==========================================
- Coverage   79.90%   79.88%   -0.02%     
==========================================
  Files        1519     1519              
  Lines      205831   205835       +4     
  Branches     2897     2897              
==========================================
- Hits       164464   164437      -27     
- Misses      40819    40850      +31     
  Partials      548      548              

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

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.

Series constructor is not strict for nested lists
1 participant