Skip to content

Remove WindowDefinition from EXPLAIN AST output#83

Merged
kyleconroy merged 1 commit intomainfrom
claude/fix-next-test-kF5VO
Dec 29, 2025
Merged

Remove WindowDefinition from EXPLAIN AST output#83
kyleconroy merged 1 commit intomainfrom
claude/fix-next-test-kF5VO

Conversation

@kyleconroy
Copy link
Copy Markdown
Collaborator

ClickHouse EXPLAIN AST never includes WindowDefinition nodes for window
functions, even when the OVER clause has PARTITION BY, ORDER BY, or
frame specs. Update windowSpecHasContent to always return false to match
ClickHouse behavior.

This fixes 44 window function test files that were previously failing.

ClickHouse EXPLAIN AST never includes WindowDefinition nodes for window
functions, even when the OVER clause has PARTITION BY, ORDER BY, or
frame specs. Update windowSpecHasContent to always return false to match
ClickHouse behavior.

This fixes 44 window function test files that were previously failing.
@kyleconroy kyleconroy merged commit 0d6bbbe into main Dec 29, 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