This is an automated email from the ASF dual-hosted git repository.
jorgecarleitao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 04660f8 ARROW-10348: [C++] Fix crash on invalid Parquet data
add 7696b89 ARROW-10338: [Rust] Use const fn for applicable methods
No new revisions were added by this update.
Summary of changes:
rust/arrow/src/array/array.rs | 4 ++--
rust/arrow/src/array/data.rs | 33 ++++++++++++++++++++-----------
rust/arrow/src/bitmap.rs | 6 +-----
rust/arrow/src/buffer.rs | 22 ++++++++-------------
rust/arrow/src/datatypes.rs | 18 +++++++++++------
rust/arrow/src/record_batch.rs | 2 +-
rust/arrow/src/util/bit_chunk_iterator.rs | 4 ++--
rust/arrow/src/util/bit_util.rs | 4 ++--
8 files changed, 50 insertions(+), 43 deletions(-)