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/21 20:19:28 UTC

[arrow-datafusion] branch main updated (560ad35361 -> caa60337c7)

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 560ad35361 infer column nullability on joins (#6060)
     add caa60337c7 Prepare for 23.0.0 release (#6089)

No new revisions were added by this update.

Summary of changes:
 Cargo.toml                          |   2 +-
 benchmarks/Cargo.toml               |   6 +-
 datafusion-cli/Cargo.lock           |  62 +++++++++-------
 datafusion-cli/Cargo.toml           |   4 +-
 datafusion/CHANGELOG.md             |   1 +
 datafusion/core/Cargo.toml          |  16 ++--
 datafusion/execution/Cargo.toml     |   4 +-
 datafusion/expr/Cargo.toml          |   2 +-
 datafusion/jit/Cargo.toml           |   4 +-
 datafusion/optimizer/Cargo.toml     |   8 +-
 datafusion/physical-expr/Cargo.toml |   6 +-
 datafusion/proto/Cargo.toml         |   6 +-
 datafusion/row/Cargo.toml           |   4 +-
 datafusion/sql/Cargo.toml           |   4 +-
 datafusion/substrait/Cargo.toml     |   2 +-
 dev/changelog/23.0.0.md             | 143 ++++++++++++++++++++++++++++++++++++
 16 files changed, 212 insertions(+), 62 deletions(-)
 create mode 100644 dev/changelog/23.0.0.md