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 e549a20f0 chore: use `into_optimized_plan` instead of deprecated
`to_logical_plan` (#5737)
add dda2c201f Move protoc generation to binary crate (#5718) (#5742)
No new revisions were added by this update.
Summary of changes:
.github/workflows/rust.yml | 14 ++++++++++
Cargo.toml | 1 +
datafusion/proto/Cargo.toml | 5 ----
datafusion/proto/README.md | 11 ++++++++
{test-utils => datafusion/proto/gen}/Cargo.toml | 16 +++++++----
datafusion/proto/{build.rs => gen/src/main.rs} | 31 +++++++---------------
.../rust_toml_fmt.sh => datafusion/proto/regen.sh | 6 ++---
7 files changed, 50 insertions(+), 34 deletions(-)
copy {test-utils => datafusion/proto/gen}/Cargo.toml (68%)
rename datafusion/proto/{build.rs => gen/src/main.rs} (68%)
copy ci/scripts/rust_toml_fmt.sh => datafusion/proto/regen.sh (85%)