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 8b179d93e2 perf: optimize `spark_hex` dictionary path by avoiding
dictionary expansion (#19832)
add fc7d090fb3 Spark date part (#19823)
No new revisions were added by this update.
Summary of changes:
datafusion/functions/src/datetime/date_part.rs | 5 +-
.../spark/src/function/datetime/date_part.rs | 139 ++++++++++
datafusion/spark/src/function/datetime/mod.rs | 8 +
datafusion/spark/src/lib.rs | 18 ++
datafusion/spark/src/planner.rs | 9 +
.../test_files/spark/datetime/date_part.slt | 304 ++++++++++++++++++---
.../test_files/spark/datetime/datepart.slt | 62 -----
7 files changed, 436 insertions(+), 109 deletions(-)
create mode 100644 datafusion/spark/src/function/datetime/date_part.rs
delete mode 100644
datafusion/sqllogictest/test_files/spark/datetime/datepart.slt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]