peterxcli opened a new pull request, #5039: URL: https://github.com/apache/datafusion-comet/pull/5039
## Which issue does this PR close? Closes #3099. ## Rationale for this change Comet does not currently support native execution of Spark’s `make_interval` expression. ## What changes are included in this PR? - Map Catalyst `MakeInterval` to a native Comet scalar function. - Use DataFusion’s `SparkMakeInterval` implementation. - Preserve Spark ANSI overflow behavior. - Add ANSI and non-ANSI SQL coverage. ## How are these changes tested? - `make core` - `cargo check -p datafusion-comet-spark-expr` - `./mvnw spotless:check -DskipTests` - Spark 4.1 `CometSqlFileTestSuite` tests for `make_interval` -- 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]
