You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/05/23 11:15:17 UTC

[arrow-datafusion] branch main updated (98397af6ec -> f3cefa70e0)

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 98397af6ec Update arrow 40 (#6412)
     add f3cefa70e0 feat: implement serialize/deserialize for extension logical plan (#6378)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/src/execution/context.rs           |  46 +++++-
 datafusion/execution/src/registry.rs               |  20 ++-
 datafusion/substrait/Cargo.toml                    |   1 +
 datafusion/substrait/src/logical_plan/consumer.rs  |  51 ++++++-
 datafusion/substrait/src/logical_plan/producer.rs  |  70 +++++++--
 datafusion/substrait/src/serializer.rs             |   2 +-
 .../substrait/tests/roundtrip_logical_plan.rs      | 162 ++++++++++++++++++++-
 datafusion/substrait/tests/serialize.rs            |   2 +-
 8 files changed, 325 insertions(+), 29 deletions(-)