rich7420 opened a new pull request, #5951: URL: https://github.com/apache/datafusion-comet/pull/5951
## Which issue does this PR close? Part of #4616. ## Rationale for this change Result comparisons alone do not show whether collated expressions use codegen dispatch or fall back, or whether ordinary inputs still execute natively when the dispatcher is disabled. ## What changes are included in this PR? Add six SQL fixtures for string, collection and predicate routing with the dispatcher enabled and disabled. Cover collated `concat`/`reverse` native opt-in with typed Catalyst literals, and strengthen `IN`/`InSet` tests across dictionary, ANSI and empty-list settings. ## How are these changes tested? The six SQL fixtures, collated native opt-in test and ordinary `IN`/`InSet` test pass in the local verification run on Spark 4.1.3 / JDK 21 after rebasing onto main. Formatting and Scalastyle passed. Cross-version fork CI passed before rebasing; the expanded empty-list test was covered there but was not selected in this latest local run. -- 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]
