This is an automated email from the ASF dual-hosted git repository.
thinkharderdev pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 1b924ff2aa NEW Logo (#9385)
add b87cde17f7 Handle serde for ScalarUDF (#9395)
No new revisions were added by this update.
Summary of changes:
datafusion/proto/proto/datafusion.proto | 1 +
datafusion/proto/src/bytes/mod.rs | 8 +-
datafusion/proto/src/generated/pbjson.rs | 21 +
datafusion/proto/src/generated/prost.rs | 2 +
datafusion/proto/src/logical_plan/from_proto.rs | 586 ++++++----
datafusion/proto/src/logical_plan/mod.rs | 101 +-
datafusion/proto/src/logical_plan/to_proto.rs | 1129 ++++++++++----------
datafusion/proto/src/physical_plan/mod.rs | 9 +
.../proto/tests/cases/roundtrip_logical_plan.rs | 157 ++-
datafusion/proto/tests/cases/serialize.rs | 8 +-
10 files changed, 1171 insertions(+), 851 deletions(-)