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

fixes .list.to_array() with sliced df #16733

Merged
merged 2 commits into from
Jun 5, 2024

Conversation

sherlockbeard
Copy link
Contributor

Fixes: #16540

Copy link

codecov bot commented Jun 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.44%. Comparing base (ddf8126) to head (d9246ac).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16733      +/-   ##
==========================================
- Coverage   81.45%   81.44%   -0.01%     
==========================================
  Files        1413     1413              
  Lines      186096   186097       +1     
  Branches     2776     2776              
==========================================
- Hits       151588   151572      -16     
- Misses      33988    34005      +17     
  Partials      520      520              

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

@kszlim
Copy link
Contributor

kszlim commented Jun 4, 2024

Can confirm this fixes #16693 too

@ritchie46 ritchie46 merged commit a2a4157 into pola-rs:main Jun 5, 2024
27 checks passed
@ritchie46
Copy link
Member

Thanks a lot!

Wouittone pushed a commit to Wouittone/polars that referenced this pull request Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.list.to_array() fails if first element of a list column is excluded
3 participants