Skip to content

[SQL] Better validation to reject ROWS window queries#5876

Merged
mihaibudiu merged 1 commit intomainfrom
norows
Mar 20, 2026
Merged

[SQL] Better validation to reject ROWS window queries#5876
mihaibudiu merged 1 commit intomainfrom
norows

Conversation

@mihaibudiu
Copy link
Contributor

This PR adds a test with a program that should have been rejected by the compiler, but wasn't.
I had to edit two qa programs for this to pass as well.
It is conceivable that (at least some forms) of ROWS could be supported, but some DBSP help is needed.

Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
@mihaibudiu mihaibudiu enabled auto-merge March 19, 2026 23:47
@mihaibudiu mihaibudiu requested a review from lalithsuresh March 19, 2026 23:47
@mihaibudiu mihaibudiu added this pull request to the merge queue Mar 19, 2026
Copy link

@mythical-fred mythical-fred left a comment

Choose a reason for hiding this comment

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

LGTM. Fixes the ROWS validation gap with a proper UnimplementedException and a regression test. The fix to object (instead of node) is also correct.

Merged via the queue into main with commit 77d53e8 Mar 20, 2026
1 check passed
@mihaibudiu mihaibudiu deleted the norows branch March 20, 2026 03:01
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.

3 participants