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 0db668bc99 Refactor duplicate code in `type_coercion/functions.rs`
(#19518)
add 90f5bfe309 feat: Implement Spark functions hour, minute, second
(#19512)
No new revisions were added by this update.
Summary of changes:
datafusion/spark/src/function/datetime/extract.rs | 268 +++++++++++++++++++++
datafusion/spark/src/function/datetime/mod.rs | 18 ++
.../test_files/spark/datetime/hour.slt | 23 +-
.../test_files/spark/datetime/minute.slt | 23 +-
.../test_files/spark/datetime/second.slt | 23 +-
5 files changed, 349 insertions(+), 6 deletions(-)
create mode 100644 datafusion/spark/src/function/datetime/extract.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]