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 input replacement logic for slice #11631

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

reswqa
Copy link
Collaborator

@reswqa reswqa commented Oct 10, 2023

This try to fix the bug pointed out in #11628.

BTW, @ritchie46 I sent you a private message yesterday on Discord and I'm not sure if you can receive it. :)

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Oct 10, 2023
@reswqa reswqa marked this pull request as ready for review October 10, 2023 07:23
@@ -390,6 +390,16 @@ impl AExpr {
input.extend(inputs.iter().rev().copied());
return self;
},
Slice {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ai, a good one. This is due to the expressification of the inputs. :)

@ritchie46 ritchie46 merged commit 543cea5 into pola-rs:main Oct 10, 2023
28 checks passed
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.

2 participants