You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/06/30 10:03:04 UTC

[arrow-datafusion] branch main updated (2f78536cd0 -> bfffdbaba4)

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 2f78536cd0 Consistently coerce dictionaries for arithmetic (#6785)
     add bfffdbaba4 Implement serialization for UDWF and UDAF in plan protobuf (#6769)

No new revisions were added by this update.

Summary of changes:
 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 ++--
 6 files changed, 179 insertions(+), 15 deletions(-)