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): keep track of removed indices in CWC #16443

Merged
merged 1 commit into from
May 23, 2024

Conversation

coastalwhite
Copy link
Collaborator

@coastalwhite coastalwhite commented May 23, 2024

This fixes #16436, #16437. It fixes a panic in the optimizer pass of cluster_with_columns.

@github-actions github-actions bot added fix Bug fix rust Related to Rust Polars labels May 23, 2024
@coastalwhite coastalwhite force-pushed the fix-cluster-with-columns branch from 56b3ebd to aaa3aee Compare May 23, 2024 14:37
@coastalwhite coastalwhite force-pushed the fix-cluster-with-columns branch from aaa3aee to d39bc84 Compare May 23, 2024 14:38
@coastalwhite coastalwhite changed the title fix(rust): fixes #16436 and #16437 fix(rust): keep track of removed indices in CWC May 23, 2024
@ritchie46 ritchie46 merged commit c1c672b into pola-rs:main May 23, 2024
25 checks passed
@coastalwhite coastalwhite deleted the fix-cluster-with-columns branch May 23, 2024 15:01
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.

Multiple combination of expressions with Lazyframe raises PanicException
2 participants