Is your feature request related to a problem or challenge?
We (mostly @geoffreyclaude ) are in the process of optimizing IN lists with specialized implementations for various different data types.
@kosiew suggested in #23299 (comment) that we add SQL level coverage for the IN list optimizations to both cover the dispatch logic as well as ensure everything works end to end.
One small follow-up idea: it could be useful to add a public-path regression through InListExpr::try_new_from_array, or a SQL-level test, for Int8 and Int16 signed values.
Describe the solution you'd like
Add comprehensive SQL coverage for the various IN list optimizations as we implement the various specialized implementations
Describe alternatives you've considered
Additional context
No response
Is your feature request related to a problem or challenge?
We (mostly @geoffreyclaude ) are in the process of optimizing IN lists with specialized implementations for various different data types.
@kosiew suggested in #23299 (comment) that we add SQL level coverage for the IN list optimizations to both cover the dispatch logic as well as ensure everything works end to end.
Describe the solution you'd like
Add comprehensive SQL coverage for the various IN list optimizations as we implement the various specialized implementations
Describe alternatives you've considered
Additional context
No response