You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by vi...@apache.org on 2022/08/03 22:16:49 UTC

[arrow-rs] branch master updated (f40403f54 -> e835853aa)

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

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


    from f40403f54 Remove test_utils from default features (#2298) (#2299)
     add e835853aa Move with_precision_and_scale to trait (#2292)

No new revisions were added by this update.

Summary of changes:
 arrow/src/array/array_decimal.rs                  | 138 +++++++++++++---------
 arrow/src/array/equal/mod.rs                      |   1 +
 arrow/src/array/transform/mod.rs                  |   3 +-
 arrow/src/ffi.rs                                  |   3 +-
 arrow/src/util/pretty.rs                          |   5 +-
 parquet/src/arrow/array_reader/primitive_array.rs |   4 +-
 parquet/src/arrow/buffer/converter.rs             |  10 +-
 7 files changed, 98 insertions(+), 66 deletions(-)