Skip to content

fix: Honor having predicate in GroupBy iter#27370

Merged
ritchie46 merged 1 commit intopola-rs:mainfrom
kdn36:fix_27364_having
Apr 22, 2026
Merged

fix: Honor having predicate in GroupBy iter#27370
ritchie46 merged 1 commit intopola-rs:mainfrom
kdn36:fix_27364_having

Conversation

@kdn36
Copy link
Copy Markdown
Collaborator

@kdn36 kdn36 commented Apr 21, 2026

fixes #27364

not a regression

@kdn36 kdn36 marked this pull request as draft April 21, 2026 08:52
@github-actions github-actions Bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Apr 21, 2026
@kdn36 kdn36 marked this pull request as ready for review April 21, 2026 18:53
@ritchie46 ritchie46 merged commit 4856eb3 into pola-rs:main Apr 22, 2026
27 of 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.

GroupBy.having quietly ignores the predicates when looped over using the object's __iter__ implementation

2 participants