rich7420 opened a new pull request, #5952: URL: https://github.com/apache/datafusion-comet/pull/5952
## Which issue does this PR close? Part of #4616. ## Rationale for this change The existing `array_intersect` fixtures compare results without asserting the selected implementation or covering a disabled dispatcher. ## What changes are included in this PR? Exercise all four combinations of native opt-in and codegen dispatch in the existing fixture. Assert native, dispatched and fallback paths. Include a longer right-hand array to check Spark's left-input ordering on compatible paths, and normalize the permitted order difference for native opt-in. ## How are these changes tested? The updated `array_intersect.sql` fixture passes through `CometSqlFileTestSuite` on Spark 4.1.3 / JDK 21 after rebasing onto main. Formatting and Scalastyle passed. The earlier fork CI failure was a macOS `hdfsThreadDestructor` crash; this base includes #5892, which removes the triggering HDFS suite from CI. -- 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]
