Add NOT IN coverage for integer IN list tests by alamb · Pull Request #23308 · apache/datafusion · GitHub
Skip to content

Add NOT IN coverage for integer IN list tests#23308

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

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

@alamb alamb 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-actions github-actions Bot added the sqllogictest SQL Logic Tests (.slt) label Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sqllogictest SQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant