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: Fix explode invalid check #17651

Merged
merged 2 commits into from
Jul 16, 2024
Merged

fix: Fix explode invalid check #17651

merged 2 commits into from
Jul 16, 2024

Conversation

ritchie46
Copy link
Member

fixes #17648

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jul 16, 2024
Copy link

codecov bot commented Jul 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.69%. Comparing base (001cc48) to head (84e5e1a).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17651      +/-   ##
==========================================
- Coverage   80.70%   80.69%   -0.02%     
==========================================
  Files        1485     1485              
  Lines      195503   195520      +17     
  Branches     2782     2782              
==========================================
- Hits       157790   157777      -13     
- Misses      37201    37231      +30     
  Partials      512      512              

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

@ritchie46 ritchie46 merged commit 6203f50 into main Jul 16, 2024
26 checks passed
@ritchie46 ritchie46 deleted the explode branch July 16, 2024 09:00
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.

Calling explode() on multiple columns of a dataframe slice throws an error.
1 participant