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: Recursively align when converting to ArrowArray #19097

Merged
merged 4 commits into from
Oct 7, 2024

Conversation

coastalwhite
Copy link
Collaborator

This fixes #17955.

@coastalwhite coastalwhite changed the title fix: recursively align when converting to ArrowArray fix: Recursively align when converting to ArrowArray Oct 4, 2024
@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars and removed title needs formatting labels Oct 4, 2024
Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.80%. Comparing base (f55658b) to head (1e6b535).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19097      +/-   ##
==========================================
+ Coverage   79.77%   79.80%   +0.03%     
==========================================
  Files        1531     1531              
  Lines      208529   208563      +34     
  Branches     2913     2913              
==========================================
+ Hits       166347   166442      +95     
+ Misses      41631    41570      -61     
  Partials      551      551              

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

@ritchie46
Copy link
Member

Can we add a test for this one?

@ritchie46 ritchie46 merged commit 1a9b224 into pola-rs:main Oct 7, 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.

Panic when converting dataframe to arrow
2 participants