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

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


    from 8653851f57 feat(spark): Add `SessionStateBuilderSpark` to 
datafusion-spark (#19865)
     add 58fb6e19d2 feat(spark): implement `from/to_utc_timestamp` functions 
(#19880)

No new revisions were added by this update.

Summary of changes:
 datafusion/functions/src/datetime/to_local_time.rs |   2 +-
 .../src/function/datetime/from_utc_timestamp.rs    | 195 ++++++++++++++++++
 datafusion/spark/src/function/datetime/mod.rs      |  19 ++
 .../src/function/datetime/to_utc_timestamp.rs      | 225 +++++++++++++++++++++
 .../spark/datetime/from_utc_timestamp.slt          | 156 ++++++++++++++
 .../test_files/spark/datetime/to_utc_timestamp.slt | 150 +++++++++++++-
 6 files changed, 736 insertions(+), 11 deletions(-)
 create mode 100644 datafusion/spark/src/function/datetime/from_utc_timestamp.rs
 create mode 100644 datafusion/spark/src/function/datetime/to_utc_timestamp.rs
 create mode 100644 
datafusion/sqllogictest/test_files/spark/datetime/from_utc_timestamp.slt


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

Reply via email to