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 70b862099e Group By All (#7622)
add 1c847b4d28 Implement proto serialization for `(Bounded)WindowAggExec`.
(#7557)
No new revisions were added by this update.
Summary of changes:
datafusion/physical-expr/src/aggregate/regr.rs | 6 +
datafusion/physical-expr/src/expressions/mod.rs | 2 +-
datafusion/physical-expr/src/window/lead_lag.rs | 5 +
datafusion/physical-expr/src/window/mod.rs | 1 +
datafusion/physical-expr/src/window/ntile.rs | 4 +
datafusion/proto/proto/datafusion.proto | 20 +-
datafusion/proto/src/generated/pbjson.rs | 272 ++++++++++++++--
datafusion/proto/src/generated/prost.rs | 45 ++-
datafusion/proto/src/physical_plan/from_proto.rs | 57 ++++
datafusion/proto/src/physical_plan/mod.rs | 267 +++++++++++++---
datafusion/proto/src/physical_plan/to_proto.rs | 386 +++++++++++++++++------
11 files changed, 870 insertions(+), 195 deletions(-)