This is an automated email from the ASF dual-hosted git repository.
npr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 2943f1c ARROW-3827: [Rust] Implement UnionArray Updated
add 1126b0c ARROW-8777: [Rust] Parquet.rs does not support reading
fixed-size binary fields.
No new revisions were added by this update.
Summary of changes:
rust/arrow/src/array/array.rs | 10 ++
rust/arrow/src/array/builder.rs | 16 +--
rust/arrow/src/array/equal.rs | 12 ++
rust/parquet/src/arrow/array_reader.rs | 209 +++++++++++++++++++--------------
rust/parquet/src/arrow/arrow_reader.rs | 49 +++++++-
rust/parquet/src/arrow/converter.rs | 117 +++++++++++++++---
rust/parquet/src/arrow/schema.rs | 42 ++++++-
7 files changed, 337 insertions(+), 118 deletions(-)