This is an automated email from the ASF dual-hosted git repository.
akurmustafa pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 303d149564 Fix compilation error (#6029)
add 64941fa99e Open/Closed bounds for interval arithmetic (#6007)
No new revisions were added by this update.
Summary of changes:
.../src/physical_plan/joins/symmetric_hash_join.rs | 72 +-
datafusion/physical-expr/src/expressions/binary.rs | 6 +-
datafusion/physical-expr/src/expressions/cast.rs | 2 +-
.../physical-expr/src/expressions/datetime.rs | 6 +-
.../physical-expr/src/intervals/cp_solver.rs | 231 ++--
.../src/intervals/interval_aritmetic.rs | 1113 +++++++++++++++-----
.../physical-expr/src/intervals/test_utils.rs | 9 +-
7 files changed, 1059 insertions(+), 380 deletions(-)