alamb opened a new pull request, #23875: URL: https://github.com/apache/datafusion/pull/23875
## Which issue does this PR close? - Part of #23307. ## 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)` — covering `IN`, `NOT IN`, NULL bearing lists, short lists reachable only via a NULL element, and (for the 16 byte types) list lengths on either side of the specialization threshold — plus 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. ## 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
