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(rust): Indicative error in list.gather when wrong indices type is supplied #18611

Merged
merged 2 commits into from
Sep 9, 2024

Conversation

barak1412
Copy link
Contributor

Fixes #18039.

Copy link

codecov bot commented Sep 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.92%. Comparing base (76b8f46) to head (8f78d43).
Report is 22 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18611      +/-   ##
==========================================
+ Coverage   79.84%   79.92%   +0.07%     
==========================================
  Files        1501     1505       +4     
  Lines      201764   202629     +865     
  Branches     2869     2873       +4     
==========================================
+ Hits       161107   161954     +847     
- Misses      40111    40127      +16     
- Partials      546      548       +2     

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

@ritchie46
Copy link
Member

Thank you @barak1412

@ritchie46 ritchie46 merged commit d3a14de into pola-rs:main Sep 9, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

list expressions that panic
2 participants