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/05 14:03:38 UTC

[arrow-datafusion] branch main updated (0c88eecf9d -> 92ccb4ca32)

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.git


    from 0c88eecf9d Support ordering analysis with expressions (not just columns) by Replace `OrderedColumn` with `PhysicalSortExpr` (#6501)
     add 92ccb4ca32 Prepare for 26.0.0 release (#6533)

No new revisions were added by this update.

Summary of changes:
 Cargo.toml                                  |   2 +-
 benchmarks/Cargo.toml                       |   6 +-
 datafusion-cli/Cargo.lock                   |  82 ++++++++++----------
 datafusion-cli/Cargo.toml                   |   4 +-
 datafusion/CHANGELOG.md                     |   1 +
 datafusion/core/Cargo.toml                  |  14 ++--
 datafusion/execution/Cargo.toml             |   4 +-
 datafusion/expr/Cargo.toml                  |   2 +-
 datafusion/optimizer/Cargo.toml             |   8 +-
 datafusion/physical-expr/Cargo.toml         |   6 +-
 datafusion/proto/Cargo.toml                 |   6 +-
 datafusion/row/Cargo.toml                   |   2 +-
 datafusion/sql/Cargo.toml                   |   4 +-
 datafusion/substrait/Cargo.toml             |   2 +-
 dev/changelog/26.0.0.md                     | 116 ++++++++++++++++++++++++++++
 dev/release/README.md                       |  40 +++-------
 dev/release/generate-changelog.py           |   0
 dev/release/update_change_log-datafusion.sh |  35 ---------
 dev/release/update_change_log.sh            |  93 ----------------------
 19 files changed, 200 insertions(+), 227 deletions(-)
 create mode 100644 dev/changelog/26.0.0.md
 mode change 100644 => 100755 dev/release/generate-changelog.py
 delete mode 100755 dev/release/update_change_log-datafusion.sh
 delete mode 100755 dev/release/update_change_log.sh