alamb opened a new issue, #23307: URL: https://github.com/apache/datafusion/issues/23307
### Is your feature request related to a problem or challenge? - part of https://github.com/apache/datafusion/issues/19241 We (mostly @geoffreyclaude ) are in the process of optimizing IN lists with specialized implementations for various different data types. @kosiew suggested in https://github.com/apache/datafusion/pull/23299#issuecomment-4876519158 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 _No response_ ### Additional context _No response_ -- 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]
