rich7420 opened a new pull request, #5950: URL: https://github.com/apache/datafusion-comet/pull/5950
## Which issue does this PR close? Part of #4616. ## Rationale for this change Datetime tests can match Spark while taking a different implementation path. They need to distinguish native execution, codegen dispatch and fallback as configuration and input types change. ## What changes are included in this PR? Add eight SQL fixtures covering dispatcher settings, native opt-in, timezone conversion and collated datetime arguments. Strengthen existing `date_trunc` and `date_format` tests with expression-level routing assertions, including non-UTC timezones. ## How are these changes tested? The eight fixtures in `CometSqlFileTestSuite` and `CometTemporalExpressionSuite` pass in the local verification run on Spark 4.1.3 / JDK 21 after rebasing onto main. Native code was rebuilt with Rust 1.98.1; formatting and Scalastyle passed. The existing incompatible non-UTC `date_format` opt-in case checks native execution without claiming Spark result parity. -- 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]
