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 40c9711 ARROW-6857: [C++] Fix DictionaryEncode for zero-chunk
ChunkedArray
add 884d7cd ARROW-4219: [Rust] [Parquet] Initial support for arrow reader.
No new revisions were added by this update.
Summary of changes:
rust/arrow/src/array/array.rs | 5 +
rust/arrow/src/datatypes.rs | 3 +
rust/arrow/src/error.rs | 1 +
rust/arrow/src/record_batch.rs | 23 +++
rust/parquet/Cargo.toml | 1 +
rust/parquet/src/arrow/array_reader.rs | 18 ++-
rust/parquet/src/arrow/arrow_reader.rs | 279 +++++++++++++++++++++++++++++++++
rust/parquet/src/arrow/mod.rs | 32 ++++
rust/parquet/src/errors.rs | 10 ++
testing | 2 +-
10 files changed, 372 insertions(+), 2 deletions(-)
create mode 100644 rust/parquet/src/arrow/arrow_reader.rs