rich7420 opened a new pull request, #5918: URL: https://github.com/apache/datafusion-comet/pull/5918
## Which issue does this PR close? Part of #4616. ## Rationale for this change Result comparisons alone can pass through the wrong execution path. These tests verify routing when JVM dispatch is enabled or disabled and when native execution is explicitly opted into. ## What changes are included in this PR? Cover array_contains, sort_array, array_except, array_join, sequence, reverse, str_to_map and map_from_entries. Assert native, JVM dispatcher and Spark fallback paths under compatibility flags, legacy splitting and map key deduplication settings. ## How are these changes tested? All 9 fixtures pass on Spark 4.1.3 as part of the 15-test routing run on current main. The original groups passed fork CI on Spark 3.4, 3.5, 4.0, 4.1 and 4.2 ([arrays](https://github.com/rich7420/datafusion-comet/pull/19/checks), [maps](https://github.com/rich7420/datafusion-comet/pull/22/checks)). Apache RAT passed. -- 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]
