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/06/10 15:10:30 UTC

[arrow-datafusion] branch master updated (67d91a7f1 -> 10058f658)

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 67d91a7f1 Make sure that the data types are supported in hashjoin before genera… (#2702)
     add 10058f658 Prepare 9.0.0 release (#2714)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                        |   4 -
 datafusion-cli/Cargo.toml           |   4 +-
 datafusion/CHANGELOG.md             | 164 +++++++++++++++++++++++++++++++++++-
 datafusion/common/Cargo.toml        |   2 +-
 datafusion/core/Cargo.toml          |  18 ++--
 datafusion/data-access/Cargo.toml   |   2 +-
 datafusion/expr/Cargo.toml          |   4 +-
 datafusion/jit/Cargo.toml           |   6 +-
 datafusion/optimizer/Cargo.toml     |   8 +-
 datafusion/physical-expr/Cargo.toml |   8 +-
 datafusion/proto/Cargo.toml         |   8 +-
 datafusion/row/Cargo.toml           |   6 +-
 datafusion/sql/Cargo.toml           |   6 +-
 dev/release/update_change_log.sh    |   1 -
 14 files changed, 198 insertions(+), 43 deletions(-)