Skip to content

Add NOT IN coverage for integer IN list tests - #23308

Closed
alamb wants to merge 7 commits into
apache:mainfrom
alamb:codex/in-list-not-in-coverage
Closed

Add NOT IN coverage for integer IN list tests#23308
alamb wants to merge 7 commits into
apache:mainfrom
alamb:codex/in-list-not-in-coverage

Conversation

@alamb

@alambalamb commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Rationale for this change

We are adding SQL-level coverage for the integer IN list specialization paths. #23305 adds the initial integer IN coverage.

This PR adds paired NOT IN coverage so the SLT file also exercises the negated IN list implementation paths while keeping the expected results easy to audit.

What changes are included in this PR?

  1. Add paired NOT IN checks for the existing integer IN list queries

Are these changes tested?

Only tests

Are there any user-facing changes?

No

@github-actionsgithub-actionsBot added the sqllogictest SQL Logic Tests (.slt) label Jul 3, 2026
@alamb

alamb commented Jul 7, 2026

Copy link
Copy Markdown
ContributorAuthor

superceded by #23307

@alambalamb closed this Jul 7, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sqllogictestSQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@alamb