Skip to content

Conversation

@angelamayxie
Copy link
Contributor

@angelamayxie angelamayxie commented Aug 19, 2025

Fixes dolthub/dolt#4998

Still need to allow group by unique non-nullable columns (dolthub/dolt#9700)

Query plans needed to be updated because Subquery.String and GroupBy.String changed. The latter was due to SelectedExprs being renamed to SelectDeps.

Dolt bump: dolthub/dolt#9704

Copy link
Contributor

@jycor jycor left a comment

Choose a reason for hiding this comment

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

LGTM, small comment.
Have explain plan print the query tree in subqueries by calling DebugString instead (can be in a follow up PR).

@angelamayxie angelamayxie merged commit 9b75556 into main Aug 20, 2025
7 of 8 checks passed
@angelamayxie angelamayxie deleted the angela/groupby branch August 20, 2025 20:02
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.

GroupBy validation not running on nodes wrapped in Having, Project, or Sort (validation is also way too strict when it does run)

3 participants