This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 8b716d398 Fix CREATE SCHEMA schema name double quoting issue. (#5059)
add bc9b78d95 Release 17.0.0 (#5073)
No new revisions were added by this update.
Summary of changes:
benchmarks/Cargo.toml | 6 +-
datafusion-cli/Cargo.lock | 16 ++--
datafusion-cli/Cargo.toml | 4 +-
datafusion-examples/Cargo.toml | 2 +-
datafusion/CHANGELOG.md | 147 ++++++++++++++++++++++++++++++++++++
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 +-
datafusion/substrait/Cargo.toml | 4 +-
dev/release/crate-deps.dot | 2 +
dev/release/crate-deps.svg | 32 +++++---
dev/update_datafusion_versions.py | 1 +
18 files changed, 221 insertions(+), 59 deletions(-)