Skip to content

test: cover float IN list predicates - #23373

Merged
alamb merged 1 commit into
apache:mainfrom
alamb:codex/in-list-float-slt-coverage
Jul 7, 2026
Merged

test: cover float IN list predicates#23373
alamb merged 1 commit into
apache:mainfrom
alamb:codex/in-list-float-slt-coverage

Conversation

@alamb

@alambalamb commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Rationale for this change

As @geoffreyclaude adds additional special implementations for IN lists we should keep up with slt test coverage. Recently we added coverage for floats

What changes are included in this PR?

This adds sqllogictest coverage for Float16, Float32, and Float64 IN list predicates in in_list.slt, mirroring the existing integer IN list coverage shape:

Are these changes tested?

Yes -- all tests

Are there any user-facing changes?

No. This only adds test coverage.

@github-actionsgithub-actionsBot added physical-expr Changes to the physical-expr crates sqllogictest SQL Logic Tests (.slt) labels Jul 7, 2026
@alamb
alambforce-pushed the codex/in-list-float-slt-coverage branch from 5484864 to 71a7ca7CompareJuly 7, 2026 12:24
@github-actionsgithub-actionsBot removed the physical-expr Changes to the physical-expr crates label Jul 7, 2026
@alamb
alambforce-pushed the codex/in-list-float-slt-coverage branch from 71a7ca7 to d632a0cCompareJuly 7, 2026 12:33
@alamb
alambforce-pushed the codex/in-list-float-slt-coverage branch from d632a0c to 7b549f5CompareJuly 7, 2026 12:35
@alamb
alamb marked this pull request as ready for review July 7, 2026 12:35
@alambalamb mentioned this pull request Jul 7, 2026
5 tasks
@alamb
alamb added this pull request to the merge queueJul 7, 2026
@alamb

alamb commented Jul 7, 2026

Copy link
Copy Markdown
ContributorAuthor

Thanks @timsaucer -- since this is a test only I'll just merge it in

Merged via the queue into apache:main with commit c2e3473Jul 7, 2026
37 checks passed
@alamb
alamb deleted the codex/in-list-float-slt-coverage branch July 7, 2026 19:33
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.

2 participants

@alamb@timsaucer