This is an automated email from the ASF dual-hosted git repository.
agrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 35ff625 ARROW-7247: [CI][Python] Fix wheel build error on macOS
add 886b206 ARROW-7192: [Rust] Implement Flight crate
No new revisions were added by this update.
Summary of changes:
.github/workflows/rust.yml | 6 +-
ci/docker/debian-10-rust.dockerfile | 3 +-
rust/Cargo.toml | 3 +-
rust/{parquet => arrow-flight}/Cargo.toml | 43 ++++-----
{cpp => rust/arrow-flight}/README.md | 13 +--
.../arrow/json/api.h => rust/arrow-flight/build.rs | 8 +-
rust/arrow-flight/examples/server.rs | 107 +++++++++++++++++++++
.../json/api.h => rust/arrow-flight/src/lib.rs | 5 +-
rust/rust-toolchain | 2 +-
9 files changed, 143 insertions(+), 47 deletions(-)
copy rust/{parquet => arrow-flight}/Cargo.toml (66%)
copy {cpp => rust/arrow-flight}/README.md (50%)
copy cpp/src/arrow/json/api.h => rust/arrow-flight/build.rs (86%)
create mode 100644 rust/arrow-flight/examples/server.rs
copy cpp/src/arrow/json/api.h => rust/arrow-flight/src/lib.rs (87%)