Skip to content

[SLT] Skip tests with ambiguous queries#6457

Merged
mihaibudiu merged 1 commit into
feldera:mainfrom
mihaibudiu:slt
Jun 13, 2026
Merged

[SLT] Skip tests with ambiguous queries#6457
mihaibudiu merged 1 commit into
feldera:mainfrom
mihaibudiu:slt

Conversation

@mihaibudiu

Copy link
Copy Markdown
Contributor

Remove two queries which Postgres also rejects as ambiguous. I guess that the Calcite validator has become a bit more strict since the last time we ran these queries?

Describe Manual Test Plan

Ran all the SLT tests which were not executed overnight.

Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
@mihaibudiu mihaibudiu enabled auto-merge June 12, 2026 17:50
@mihaibudiu mihaibudiu requested a review from lalithsuresh June 12, 2026 17:50

@mythical-fred mythical-fred left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

APPROVE — skip-list addition only; both queries are ambiguous GROUP BY ... HAVING with duplicate output aliases (col2, col1) over an unaggregated column, which Calcite 1.42's tightened validator now flags correctly. Postgres rejects them too, so the skip is the right call.

@mihaibudiu mihaibudiu requested a review from Karakatiza666 June 13, 2026 03:16

@Karakatiza666 Karakatiza666 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@mihaibudiu mihaibudiu added this pull request to the merge queue Jun 13, 2026
Merged via the queue into feldera:main with commit 3f1c9a6 Jun 13, 2026
1 check passed
@mihaibudiu mihaibudiu deleted the slt branch June 13, 2026 10:42
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