This is an automated email from the ASF dual-hosted git repository.
nevime pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 775a714 ARROW-10903 [Rust] Implement FromIter<Option<Vec<u8>>>
constructor for FixedSizeBinaryArray
add ef64d00 ARROW-11824: [Rust] [Parquet] Use logical types in Arrow
schema conversion
No new revisions were added by this update.
Summary of changes:
rust/arrow/src/array/array_binary.rs | 8 +-
rust/parquet/src/arrow/schema.rs | 254 ++++++++++++++++++++++--------
rust/parquet/src/schema/parser.rs | 10 +-
rust/parquet/src/schema/types.rs | 293 ++++++++++++++++++++++++++---------
4 files changed, 419 insertions(+), 146 deletions(-)