This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from ab88220e90 Allow declaring partition columns in `PARTITION BY` clause,
backwards compatible (#9599)
add 2159d82952 Minor: Move depcheck out of datafusion crate (200 less
crates to compile) (#9865)
No new revisions were added by this update.
Summary of changes:
.github/workflows/rust.yml | 19 ++++++++++++++
Cargo.toml | 2 +-
datafusion/core/Cargo.toml | 1 -
{test-utils => dev/depcheck}/Cargo.toml | 10 +++-----
{datafusion/expr => dev/depcheck}/README.md | 10 ++++----
.../tests/depcheck.rs => dev/depcheck/src/main.rs | 30 ++++++++++++++++++----
6 files changed, 53 insertions(+), 19 deletions(-)
copy {test-utils => dev/depcheck}/Cargo.toml (80%)
copy {datafusion/expr => dev/depcheck}/README.md (70%)
rename datafusion/core/tests/depcheck.rs => dev/depcheck/src/main.rs (75%)