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: Panic in pl.concat_list and list.concat on empty inputs #17742

Merged
merged 3 commits into from
Jul 20, 2024

Conversation

Object905
Copy link
Contributor

Fixes #16519
Fixes #16924

ref #15208 (fix one of repro panics), still wrong.

@Object905 Object905 changed the title fix(python): panic in pl.concat_list and list.concat on empty inputs fix(python): Panic in pl.concat_list and list.concat on empty inputs Jul 19, 2024
@github-actions github-actions bot added fix Bug fix python Related to Python Polars and removed title needs formatting labels Jul 19, 2024
Copy link

codecov bot commented Jul 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.41%. Comparing base (8928f7a) to head (fd5098a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #17742   +/-   ##
=======================================
  Coverage   80.41%   80.41%           
=======================================
  Files        1502     1502           
  Lines      197032   197032           
  Branches     2794     2794           
=======================================
+ Hits       158443   158449    +6     
+ Misses      38075    38069    -6     
  Partials      514      514           

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

@ritchie46 ritchie46 changed the title fix(python): Panic in pl.concat_list and list.concat on empty inputs fix: Panic in pl.concat_list and list.concat on empty inputs Jul 20, 2024
@ritchie46
Copy link
Member

Thanks!

@ritchie46 ritchie46 merged commit 1df3b0b into pola-rs:main Jul 20, 2024
28 of 29 checks passed
@github-actions github-actions bot added the rust Related to Rust Polars label Jul 20, 2024
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
2 participants