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/11/20 21:26:04 UTC

[arrow] branch master updated (6324e79 -> 54a85f1)

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 6324e79  ARROW-10661: [C#] Fix benchmarking project
     add 54a85f1  ARROW-4193: [Rust] Add support for decimal data type

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/array.rs                      |   1 +
 rust/arrow/src/array/array_binary.rs               | 187 +++++++++++++++++++++
 rust/arrow/src/array/builder.rs                    | 173 +++++++++++++++++++
 .../array/equal/{fixed_binary.rs => decimal.rs}    |   8 +-
 rust/arrow/src/array/equal/mod.rs                  | 111 +++++++++++-
 rust/arrow/src/array/equal_json.rs                 | 119 +++++++++++++
 rust/arrow/src/array/mod.rs                        |   2 +
 rust/arrow/src/datatypes.rs                        |   8 +-
 rust/parquet/src/arrow/arrow_writer.rs             |   3 +
 rust/parquet/src/arrow/schema.rs                   |   6 +
 10 files changed, 608 insertions(+), 10 deletions(-)
 copy rust/arrow/src/array/equal/{fixed_binary.rs => decimal.rs} (90%)