alamb opened a new pull request, #19143: URL: https://github.com/apache/datafusion/pull/19143
## Which issue does this PR close? - follow on to https://github.com/apache/datafusion/pull/18183 from @rluvaton and @pepijnve ## Rationale for this change I want to ensure we have test coverage for constant value lookup tables in the SLT tests ## What changes are included in this PR? 1. Add some more slt tests that use constant value lookup tables (e.g. when the case values are all constants) I also ran ```shell cargo llvm-cov test --html --test sqllogictests -- case ``` To ensure this was covering the new code ## Are these changes tested? Only tests ## 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]
