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: Properly choose inner physical type for Array #18942

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

coastalwhite
Copy link
Collaborator

Fixes #18920.

@orlp

@coastalwhite coastalwhite marked this pull request as ready for review September 26, 2024 10:53
@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Sep 26, 2024
Copy link

codecov bot commented Sep 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.88%. Comparing base (aec911f) to head (2de8220).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18942      +/-   ##
==========================================
+ Coverage   79.86%   79.88%   +0.01%     
==========================================
  Files        1522     1522              
  Lines      206951   206966      +15     
  Branches     2906     2906              
==========================================
+ Hits       165289   165341      +52     
+ Misses      41114    41077      -37     
  Partials      548      548              

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

@ritchie46 ritchie46 merged commit 503582e into pola-rs:main Sep 26, 2024
25 of 26 checks passed
@coastalwhite coastalwhite deleted the fixes/invalid-array-physical branch September 26, 2024 12:08
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.

Inner dtype is incorrect on array series concatenation
2 participants