Skip to content

Fix EXPLAIN AST output for single tuple in IN expression#36

Merged
kyleconroy merged 1 commit intomainfrom
claude/fix-next-test-zzbpR
Dec 25, 2025
Merged

Fix EXPLAIN AST output for single tuple in IN expression#36
kyleconroy merged 1 commit intomainfrom
claude/fix-next-test-zzbpR

Conversation

@kyleconroy
Copy link
Copy Markdown
Collaborator

When an IN expression contains a single tuple literal, ClickHouse wraps
it in a Function tuple node. This matches ClickHouse's behavior for
queries like SELECT (1, '') IN ((1, ''));.

When an IN expression contains a single tuple literal, ClickHouse wraps
it in a Function tuple node. This matches ClickHouse's behavior for
queries like `SELECT (1, '') IN ((1, ''));`.
@kyleconroy kyleconroy merged commit 678daab into main Dec 25, 2025
1 check passed
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