This is an automated email from the ASF dual-hosted git repository.
nevime pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 7a22ba9 ARROW-10859: [Rust] [DataFusion] Made collect not require
ExecutionContext
add 5353c28 ARROW-10832: [Rust] [Arrow] generate src/ipc/gen/* with
latest snapshot flatc.
No new revisions were added by this update.
Summary of changes:
rust/.gitignore | 1 +
rust/arrow/README.md | 5 +-
rust/arrow/regen.sh | 64 +-
rust/arrow/src/ipc/convert.rs | 10 +-
rust/arrow/src/ipc/gen/File.rs | 39 +-
rust/arrow/src/ipc/gen/Message.rs | 449 ++++++---
rust/arrow/src/ipc/gen/Schema.rs | 1699 ++++++++++++++++++++++----------
rust/arrow/src/ipc/gen/SparseTensor.rs | 681 ++++++++++---
rust/arrow/src/ipc/gen/Tensor.rs | 307 +++++-
rust/arrow/src/ipc/writer.rs | 2 +
10 files changed, 2399 insertions(+), 858 deletions(-)