You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2020/12/18 15:00:08 UTC

[arrow] branch master updated (1a7b692 -> 519e9da)

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 1a7b692  ARROW-10838: [Rust] [CI] Add arrow build targeting wasm32
     add 519e9da  ARROW-10927: [Rust][Parquet] Add Decimal to ArrayBuilderReader

No new revisions were added by this update.

Summary of changes:
 rust/parquet/src/arrow/array_reader.rs | 35 +++++++++++++++++++---
 rust/parquet/src/arrow/arrow_reader.rs | 27 +++++++++++++++++
 rust/parquet/src/arrow/converter.rs    | 55 +++++++++++++++++++++++++++++++---
 rust/parquet/src/arrow/schema.rs       | 15 ++++++++++
 4 files changed, 124 insertions(+), 8 deletions(-)