This is an automated email from the ASF dual-hosted git repository.

agrove pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


    from 1e1b88d1a chore: Adjust native artifact caching key in CI (#3476)
     add eccf2372c feat: add support for make_date expression (#3147)

No new revisions were added by this update.

Summary of changes:
 native/spark-expr/src/comet_scalar_funcs.rs        |   3 +-
 native/spark-expr/src/datetime_funcs/date_diff.rs  |  15 +-
 native/spark-expr/src/datetime_funcs/make_date.rs  | 236 +++++++++++++++++++++
 native/spark-expr/src/datetime_funcs/mod.rs        |   2 +
 native/spark-expr/src/lib.rs                       |   4 +-
 native/spark-expr/tests/spark_expr_reg.rs          |  43 ++++
 .../org/apache/comet/serde/QueryPlanSerde.scala    |   1 +
 .../scala/org/apache/comet/serde/datetime.scala    |   4 +-
 .../sql-tests/expressions/datetime/make_date.sql   | 178 ++++++++++++++++
 9 files changed, 479 insertions(+), 7 deletions(-)
 create mode 100644 native/spark-expr/src/datetime_funcs/make_date.rs
 create mode 100644 
spark/src/test/resources/sql-tests/expressions/datetime/make_date.sql


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to