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 set FAST_EXPLODE_LIST metadata #16951

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

coastalwhite
Copy link
Collaborator

Fixes #16923.

This resolves very dumb mistake (I made), where the FAST_EXPLODE_LIST was only ever set to true when calling set_fast_explode_list.

We now use set instead of insert.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jun 14, 2024
@ritchie46
Copy link
Member

Can you add a test for this?

Fixes pola-rs#16923.

This resolves very dumb mistake (I made), where the `FAST_EXPLODE_LIST` was
only ever set to `true` when calling `set_fast_explode_list`.

We now use `set` instead of `insert`.
Copy link

codecov bot commented Jun 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.96%. Comparing base (d00ed0c) to head (314d166).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16951      +/-   ##
==========================================
- Coverage   80.97%   80.96%   -0.02%     
==========================================
  Files        1445     1445              
  Lines      189825   189922      +97     
  Branches     2712     2712              
==========================================
+ Hits       153717   153769      +52     
- Misses      35608    35654      +46     
+ Partials      500      499       -1     

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

@ritchie46 ritchie46 merged commit cffeca3 into pola-rs:main Jun 14, 2024
26 checks passed
@ion-elgreco
Copy link
Contributor

@coastalwhite @ritchie46 thanks for the fix guys! Any idea when the next preview release is, or are we straight to v1.0 after this?

@coastalwhite coastalwhite deleted the fix-md-fast-explode-16923 branch June 14, 2024 11:50
@stinodego stinodego changed the title fix: properly set FAST_EXPLODE_LIST metadata fix: Properly set FAST_EXPLODE_LIST metadata Jun 30, 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
Development

Successfully merging this pull request may close these issues.

Explode after concatenating frames silently drops null values
3 participants