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 2022/11/04 21:29:29 UTC

[arrow-datafusion] branch master updated (dd081d64a -> 6d00bd990)

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

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


    from dd081d64a Update to arrow 26, change timezones (#4039)
     add 6d00bd990 DataFusion 14.0.0 Release Prep (#4110)

No new revisions were added by this update.

Summary of changes:
 benchmarks/Cargo.toml               |   2 +-
 datafusion-cli/Cargo.lock           |  16 +-
 datafusion-cli/Cargo.toml           |   4 +-
 datafusion-examples/Cargo.toml      |   2 +-
 datafusion/CHANGELOG.md             | 334 ++++++++++++++++++++++++++++++++++++
 datafusion/common/Cargo.toml        |   2 +-
 datafusion/core/Cargo.toml          |  16 +-
 datafusion/expr/Cargo.toml          |   4 +-
 datafusion/jit/Cargo.toml           |   6 +-
 datafusion/optimizer/Cargo.toml     |  10 +-
 datafusion/physical-expr/Cargo.toml |   8 +-
 datafusion/proto/Cargo.toml         |   8 +-
 datafusion/row/Cargo.toml           |   6 +-
 datafusion/sql/Cargo.toml           |   6 +-
 14 files changed, 379 insertions(+), 45 deletions(-)