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 aae3e0f4a1 refactor: make PhysicalExprAdatperFactory::create fallible 
(#20017)
     add 41d48b3f6c feat: implement protobuf converter trait to allow control 
over serialization and deserialization processes (#19437)

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                                         |    1 +
 datafusion-examples/Cargo.toml                     |    1 +
 .../custom_data_source/adapter_serialization.rs    |  544 ++++++++++
 .../examples/custom_data_source/main.rs            |    6 +
 .../examples/proto/expression_deduplication.rs     |  275 +++++
 datafusion-examples/examples/proto/main.rs         |    6 +
 datafusion/proto/src/bytes/mod.rs                  |   56 +-
 datafusion/proto/src/physical_plan/from_proto.rs   |  157 ++-
 datafusion/proto/src/physical_plan/mod.rs          | 1103 ++++++++++++--------
 datafusion/proto/src/physical_plan/to_proto.rs     |  162 ++-
 .../proto/tests/cases/roundtrip_physical_plan.rs   |  232 +++-
 docs/source/library-user-guide/upgrading.md        |   60 ++
 12 files changed, 2064 insertions(+), 539 deletions(-)
 create mode 100644 
datafusion-examples/examples/custom_data_source/adapter_serialization.rs
 create mode 100644 
datafusion-examples/examples/proto/expression_deduplication.rs


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

Reply via email to