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 545c37fbca perf: optimise right for byte access and StringView (#20069)
add 66ee0afcab Preserve PhysicalExpr graph in proto round trip using Arc
pointers as unique identifiers (#20037)
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 1 +
datafusion/proto/Cargo.toml | 1 +
datafusion/proto/proto/datafusion.proto | 8 +
datafusion/proto/src/generated/pbjson.rs | 22 +
datafusion/proto/src/generated/prost.rs | 8 +
datafusion/proto/src/physical_plan/mod.rs | 216 ++++++++++
datafusion/proto/src/physical_plan/to_proto.rs | 18 +
.../proto/tests/cases/roundtrip_physical_plan.rs | 452 ++++++++++++++++++++-
8 files changed, 724 insertions(+), 2 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]