This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 47e5eca ARROW-6949: [Java] Fix promotable writer to handle nullvectors
add 38298c9 ARROW-6948: [Rust] [Parquet] Fix boolean array in arrow
reader.
No new revisions were added by this update.
Summary of changes:
rust/arrow/src/array/equal.rs | 6 ++
rust/parquet/src/arrow/arrow_reader.rs | 111 ++++++++++++++++++++++++-
rust/parquet/src/arrow/converter.rs | 34 ++++++--
rust/parquet/src/util/test_common/file_util.rs | 11 +++
rust/parquet/src/util/test_common/mod.rs | 1 +
5 files changed, 156 insertions(+), 7 deletions(-)