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): Correctly set should_broadcast flag in HStack CSE rewrite #17784

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

wence-
Copy link
Collaborator

@wence- wence- commented Jul 22, 2024

We should have avoided broadcasting the newly introduced temporary CSE
expressions in the HStack rewrite rule, as well as the Select rewrite
rule. Previously we only did the latter.

We should have avoided broadcasting the newly introduced temporary CSE
expressions in the HStack rewrite rule, as well as the Select rewrite
rule. Previously we only did the latter.

- Closes pola-rs#17732
@github-actions github-actions bot added fix Bug fix rust Related to Rust Polars labels Jul 22, 2024
@ritchie46 ritchie46 merged commit 66f0026 into pola-rs:main Jul 22, 2024
26 of 27 checks passed
@ritchie46
Copy link
Member

Cheers!

@wence- wence- deleted the wence/fix/17732 branch July 23, 2024 11:25
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 expr.head(n).max()/min()/etc operations in with_columns causing ShapeError
2 participants