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, python): dedicated rename implementation. #6688

Merged
merged 3 commits into from
Feb 8, 2023
Merged

Conversation

ritchie46
Copy link
Member

@ritchie46 ritchie46 commented Feb 5, 2023

Create a dedicated rename node in the query plan. This ensures we don't block as many optimizations because columns are renamed.

Also fixes #6660

@ritchie46 ritchie46 changed the title WIP: rework rename fix(rust, python): dedicated rename implementation. Feb 8, 2023
@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Feb 8, 2023
@ritchie46 ritchie46 merged commit 0a74a8f into master Feb 8, 2023
@ritchie46 ritchie46 deleted the rename branch February 8, 2023 10:12
Vincenthays pushed a commit to Vincenthays/polars that referenced this pull request Feb 9, 2023
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.

LazyFrame column order reversed after rename
1 participant