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 9274c1b ARROW-8063: [Python][Dataset] Start user guide for
pyarrow.dataset
add 3ca2e19 ARROW-7813: [Rust] Remove and fix unsafe code
No new revisions were added by this update.
Summary of changes:
rust/arrow/src/buffer.rs | 58 +++++---
rust/parquet/src/arrow/array_reader.rs | 178 ++++++++-----------------
rust/parquet/src/arrow/record_reader.rs | 83 +++++++-----
rust/parquet/src/data_type.rs | 102 +++++++++++++-
rust/parquet/src/encodings/decoding.rs | 54 ++++----
rust/parquet/src/encodings/encoding.rs | 36 ++---
rust/parquet/src/encodings/rle.rs | 31 ++---
rust/parquet/src/file/statistics.rs | 13 +-
rust/parquet/src/record/api.rs | 3 +-
rust/parquet/src/util/bit_util.rs | 125 +++++++++++------
rust/parquet/src/util/hash_util.rs | 46 ++++---
rust/parquet/src/util/test_common/file_util.rs | 13 +-
12 files changed, 434 insertions(+), 308 deletions(-)