This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from c9bf3f3d1 Change required input ordering physical plan API to allow
any NULLS FIRST / LAST and ASC / DESC (#5772)
add 04ef5c130 Support timestamp and interval arithmetic (#5764)
No new revisions were added by this update.
Summary of changes:
datafusion-cli/Cargo.lock | 384 ++++++++-----
datafusion/common/src/cast.rs | 24 +-
datafusion/common/src/scalar.rs | 527 ++++++++++++++----
datafusion/core/tests/sql/mod.rs | 48 ++
datafusion/core/tests/sql/set_variable.rs | 11 +-
datafusion/core/tests/sql/timestamp.rs | 26 +
.../tests/sqllogictests/test_files/timestamps.slt | 104 ++++
datafusion/expr/src/type_coercion/binary.rs | 109 +++-
datafusion/optimizer/src/type_coercion.rs | 4 +-
datafusion/physical-expr/Cargo.toml | 1 +
.../physical-expr/src/expressions/datetime.rs | 599 +++++++++++++++++++--
datafusion/physical-expr/src/planner.rs | 24 +
12 files changed, 1515 insertions(+), 346 deletions(-)