This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 8dad535a4a feat: add `append_buffer` for `NullBufferBuilder` (#7308)
add 660a3ac22a Support different TimeUnits and timezones when reading
Timestamps from INT96 (#7285)
No new revisions were added by this update.
Summary of changes:
parquet/src/arrow/array_reader/primitive_array.rs | 80 ++++++++++++++++++-----
parquet/src/arrow/arrow_reader/mod.rs | 79 +++++++++++++++++++---
parquet/src/arrow/schema/primitive.rs | 17 ++++-
parquet/src/data_type.rs | 78 +++++++++++++++++-----
parquet/src/record/api.rs | 2 +-
5 files changed, 214 insertions(+), 42 deletions(-)