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/06/11 16:31:39 UTC

[arrow-datafusion-python] branch main updated (51158bd -> 1174969)

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 51158bd  CRUD Table support for `BaseSessionContext` (#394)
     add 1174969  Prepare for 26.0.0 release (#410)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                       |  11 +
 Cargo.lock                         | 436 +++++++++++++++----------------------
 Cargo.toml                         |  16 +-
 datafusion/tests/test_dataframe.py |   1 -
 datafusion/tests/test_substrait.py |   4 +-
 dev/release/generate-changelog.py  |   6 +-
 src/common/df_field.rs             |   2 +-
 src/expr.rs                        |   6 +-
 src/expr/scalar_function.rs        |   2 +-
 src/substrait.rs                   |   6 +-
 10 files changed, 209 insertions(+), 281 deletions(-)