Skip to content

test: add IN list slt coverage for temporal, Decimal128 and Interval types#23875

Open
alamb wants to merge 1 commit into
apache:mainfrom
alamb:alamb/in-list-slt-temporal-decimal
Open

test: add IN list slt coverage for temporal, Decimal128 and Interval types#23875
alamb wants to merge 1 commit into
apache:mainfrom
alamb:alamb/in-list-slt-temporal-decimal

Conversation

@alamb

@alamb alamb commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Rationale for this change

IN lists over temporal, Decimal128 and Interval columns had no SQL level coverage at all, and the specializations being added in #23014 route those types onto new code paths.

What changes are included in this PR?

Adds in_list.slt coverage for Date32, Date64, Time32(Second), Time64(Nanosecond), Timestamp(Nanosecond, None), Timestamp(Second, "UTC"), Duration(Second), Decimal128 and Interval(MonthDayNano)

Are these changes tested?

This PR is only tests; they pass on main and against the head of #23014.

Are there any user-facing changes?

No.

@github-actions github-actions Bot added the sqllogictest SQL Logic Tests (.slt) label Jul 24, 2026
@codecov-commenter

codecov-commenter commented Jul 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.65%. Comparing base (88365dd) to head (a3fd8f3).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #23875      +/-   ##
==========================================
- Coverage   80.65%   80.65%   -0.01%     
==========================================
  Files        1093     1093              
  Lines      371619   371619              
  Branches   371619   371619              
==========================================
- Hits       299730   299721       -9     
- Misses      53993    54001       +8     
- Partials    17896    17897       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

…types

Part of apache#23307.

Adds sqllogictest coverage for IN lists over Date32, Date64, Time32,
Time64, Timestamp (with and without a timezone), Duration, Decimal128
and Interval(MonthDayNano), none of which had any SQL level coverage.

Also adds a 17 element Int8/UInt8 list and a 9 element Float16 list so
the bitmap specialization stays covered as shorter lists gain their own
specializations.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@alamb
alamb force-pushed the alamb/in-list-slt-temporal-decimal branch from 6d501e6 to a3fd8f3 Compare July 26, 2026 16:06
@alamb
alamb marked this pull request as ready for review July 26, 2026 16:07
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.

2 participants