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/11 03:33:06 UTC

[arrow] branch master updated (a5a9859 -> b9e94d3)

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 a5a9859  ARROW-10871: [Julia][CI] Setup Julia testing via Github Actions
     add b9e94d3  ARROW-10674: [Rust] Fix BigDecimal to be little endian; Add IPC Reader/Writer for Decimal type to allow integration tests

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/array_binary.rs    | 40 ++++++++++----------------
 rust/arrow/src/array/builder.rs         |  8 +++---
 rust/arrow/src/array/equal/decimal.rs   |  6 ++--
 rust/arrow/src/array/equal_json.rs      |  1 -
 rust/arrow/src/datatypes.rs             | 17 +++++++++++
 rust/arrow/src/ipc/convert.rs           | 22 ++++++++++++++
 rust/arrow/src/ipc/reader.rs            | 51 +++++++++++++++++++++++++++++++++
 rust/arrow/src/ipc/writer.rs            |  2 ++
 rust/arrow/src/util/integration_util.rs |  4 +++
 rust/parquet/src/arrow/schema.rs        | 13 +++++----
 10 files changed, 124 insertions(+), 40 deletions(-)