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

dheres pushed a change to branch add_fetch_to_sort_preserving_merge_exec
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from 14461620a7 Fix plan output
     add 25b60e4510 chore(deps): bump actions/labeler from 4.1.0 to 4.2.0 
(#6803)
     add 2f78536cd0 Consistently coerce dictionaries for arithmetic (#6785)
     add bfffdbaba4 Implement serialization for UDWF and UDAF in plan protobuf 
(#6769)
     add 84832ac3f1 fix: incorrect nullability of `InList` expr (#6799)
     add d526a2e8ee Fix timestamp_add_interval_months to pass any date (#6815)
     add ea71acff79 Minor: Log TPCH benchmark results (#6813)
     add be015dacbf Merge remote-tracking branch 'origin/main' into 
add_fetch_to_sort_preserving_merge_exec

No new revisions were added by this update.

Summary of changes:
 .github/workflows/dev_pr.yml                       |   2 +-
 benchmarks/Cargo.toml                              |   1 +
 benchmarks/src/bin/tpch.rs                         |   3 +
 datafusion/core/src/physical_plan/insert.rs        |   3 +-
 datafusion/core/tests/sql/timestamp.rs             |   4 +-
 datafusion/expr/src/expr_schema.rs                 |  64 ++++++++-
 datafusion/expr/src/type_coercion/binary.rs        |  14 +-
 datafusion/physical-expr/Cargo.toml                |   2 +-
 datafusion/physical-expr/src/expressions/binary.rs | 115 +++++----------
 .../src/expressions/binary/kernels_arrow.rs        | 159 ++-------------------
 datafusion/proto/proto/datafusion.proto            |   3 +-
 datafusion/proto/src/generated/pbjson.rs           |  24 ++++
 datafusion/proto/src/generated/prost.rs            |   7 +-
 datafusion/proto/src/logical_plan/from_proto.rs    |  30 ++++
 datafusion/proto/src/logical_plan/mod.rs           | 112 ++++++++++++++-
 datafusion/proto/src/logical_plan/to_proto.rs      |  18 ++-
 16 files changed, 301 insertions(+), 260 deletions(-)

Reply via email to