You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2022/07/21 18:52:15 UTC

[arrow-rs] branch master updated (576069a31 -> fd38664e8)

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

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


    from 576069a31 Add ArrayWriter indirection (#1764) (#2091)
     add fd38664e8 Pass decimal256 integration test (#2094)

No new revisions were added by this update.

Summary of changes:
 arrow/src/array/array.rs                   | 17 +++++++++------
 arrow/src/array/array_decimal.rs           | 21 ++++++++++++------
 arrow/src/array/builder/decimal_builder.rs |  2 +-
 arrow/src/array/data.rs                    |  9 ++++++--
 arrow/src/array/equal/decimal.rs           |  1 +
 arrow/src/array/equal/mod.rs               |  4 +++-
 arrow/src/array/transform/fixed_binary.rs  |  2 ++
 arrow/src/array/transform/mod.rs           |  9 ++++++--
 arrow/src/datatypes/datatype.rs            | 23 +++++++++++++++++---
 arrow/src/datatypes/field.rs               |  3 ++-
 arrow/src/ipc/convert.rs                   | 20 +++++++++++++++++-
 arrow/src/ipc/reader.rs                    |  2 +-
 integration-testing/Cargo.toml             |  1 +
 integration-testing/src/lib.rs             | 34 ++++++++++++++++++++++++++++++
 parquet/src/arrow/arrow_writer/mod.rs      |  1 +
 parquet/src/arrow/schema.rs                |  2 +-
 16 files changed, 125 insertions(+), 26 deletions(-)