You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/07/26 03:01:03 UTC

[arrow-rs] branch master updated (ec3530da5 -> 37dd03756)

This is an automated email from the ASF dual-hosted git repository.

liukun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


    from ec3530da5 Run actions on push to master, pull requests (#2166)
     add 37dd03756 support read decimal from parquet binary type (#2160)

No new revisions were added by this update.

Summary of changes:
 parquet/src/arrow/array_reader/builder.rs | 28 ++++++++++---------
 parquet/src/arrow/arrow_reader.rs         |  7 ++++-
 parquet/src/arrow/buffer/converter.rs     | 45 ++++++++++++++++++++++---------
 parquet/src/arrow/schema.rs               | 26 ++++++++++++++++++
 parquet/src/arrow/schema/primitive.rs     |  6 +++--
 parquet/src/basic.rs                      | 16 +++++++++++
 6 files changed, 101 insertions(+), 27 deletions(-)