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/09/08 15:47:47 UTC

[arrow-datafusion] branch main updated (fda561e803 -> 270dc8ba76)

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 fda561e803 fix: incorrect nullability calculation of InListExpr (#7496)
     add 270dc8ba76 Prepare 31.0.0 release (#7508)

No new revisions were added by this update.

Summary of changes:
 Cargo.toml                          |   2 +-
 benchmarks/Cargo.toml               |   8 +-
 datafusion-cli/Cargo.lock           | 175 ++++++++++++++++++------------------
 datafusion-cli/Cargo.toml           |   4 +-
 datafusion/CHANGELOG.md             |   1 +
 datafusion/core/Cargo.toml          |  12 +--
 datafusion/execution/Cargo.toml     |   4 +-
 datafusion/expr/Cargo.toml          |   2 +-
 datafusion/optimizer/Cargo.toml     |   8 +-
 datafusion/physical-expr/Cargo.toml |   4 +-
 datafusion/proto/Cargo.toml         |   6 +-
 datafusion/sql/Cargo.toml           |   4 +-
 datafusion/sqllogictest/Cargo.toml  |   4 +-
 datafusion/substrait/Cargo.toml     |   2 +-
 dev/changelog/31.0.0.md             | 123 +++++++++++++++++++++++++
 docs/source/user-guide/configs.md   |   2 +-
 16 files changed, 242 insertions(+), 119 deletions(-)
 create mode 100644 dev/changelog/31.0.0.md