Skip to content

fix: prevent crash in hybrid GROUP BY queries#4422

Closed
sanikolaev wants to merge 1 commit into
masterfrom
fix/crash-fuse-group-by
Closed

fix: prevent crash in hybrid GROUP BY queries#4422
sanikolaev wants to merge 1 commit into
masterfrom
fix/crash-fuse-group-by

Conversation

@sanikolaev
Copy link
Copy Markdown
Collaborator

@sanikolaev sanikolaev commented Mar 31, 2026

Use the precomputed @groupby key for fused hybrid matches and push them through PushGrouped() instead of recomputing grouping from the fused match.

Related issue #4428

Use the precomputed @groupby key for fused hybrid matches and push them
through PushGrouped() instead of recomputing grouping from the fused
match.
@sanikolaev sanikolaev force-pushed the fix/crash-fuse-group-by branch from 999667f to d821d60 Compare March 31, 2026 17:26
@sanikolaev sanikolaev requested a review from glookka March 31, 2026 18:08
@glookka
Copy link
Copy Markdown
Contributor

glookka commented Apr 12, 2026

Wrong fix. This PR has the correct fix: #4468

@glookka glookka closed this Apr 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants