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 get expression group-by state #16189

Merged
merged 3 commits into from
May 13, 2024
Merged

fix: Fix get expression group-by state #16189

merged 3 commits into from
May 13, 2024

Conversation

ritchie46
Copy link
Member

fixes #16116

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels May 13, 2024
Copy link

codspeed-hq bot commented May 13, 2024

CodSpeed Performance Report

Merging #16189 will improve performances by 28.64%

Comparing dyn (b6f7ce7) with main (54ddfa1)

Summary

⚡ 1 improvements
✅ 34 untouched benchmarks

Benchmarks breakdown

Benchmark main dyn Change
test_filter2 2.8 ms 2.2 ms +28.64%

@ritchie46 ritchie46 merged commit 8066952 into main May 13, 2024
25 of 26 checks passed
@ritchie46 ritchie46 deleted the dyn branch May 13, 2024 12:31
Wouittone pushed a commit to Wouittone/polars that referenced this pull request Jun 22, 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.

Polars .get expression doesn't works when using within agg in group_by_dynamic
1 participant