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 dab903e668 Improve memory accounting for ArrowBytesViewMap (#20077)
     add 39da29f5ee Add `ScalarValue::RunEndEncoded` variant (#19895)

No new revisions were added by this update.

Summary of changes:
 datafusion/common/src/cast.rs                      |   8 +-
 datafusion/common/src/scalar/mod.rs                | 458 ++++++++++++++++++++-
 .../proto-common/proto/datafusion_common.proto     |  14 +
 datafusion/proto-common/src/from_proto/mod.rs      |  39 ++
 datafusion/proto-common/src/generated/pbjson.rs    | 265 ++++++++++++
 datafusion/proto-common/src/generated/prost.rs     |  24 +-
 datafusion/proto-common/src/to_proto/mod.rs        |  81 ++--
 .../proto/src/generated/datafusion_proto_common.rs |  24 +-
 .../proto/tests/cases/roundtrip_logical_plan.rs    |  10 +
 datafusion/sql/src/unparser/expr.rs                |  34 +-
 10 files changed, 906 insertions(+), 51 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to