You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2023/04/25 23:54:01 UTC

[arrow-datafusion-python] branch main updated (14f4840 -> b6c2115)

This is an automated email from the ASF dual-hosted git repository.

agrove pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-python.git


    from 14f4840  update changelog (#342)
     add b6c2115  Add interface to directly serialize Substrait plans to Python Bytes. (#344)

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                         |  2 ++
 Cargo.toml                         |  2 ++
 datafusion/tests/test_substrait.py |  2 ++
 examples/substrait.py              |  7 ++++++-
 src/errors.rs                      |  3 +++
 src/substrait.rs                   | 24 ++++++++++++++++++++----
 6 files changed, 35 insertions(+), 5 deletions(-)