You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2019/12/06 13:21:29 UTC

[arrow] branch master updated (40c000f -> fe41a68)

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

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


    from 40c000f  ARROW-7334: [CI][Python] Use Python 3 on macOS
     add fe41a68  ARROW-7324: [Rust] Add timezone to timestamp

No new revisions were added by this update.

Summary of changes:
 rust/arrow/benches/cast_kernels.rs        |  23 ++++--
 rust/arrow/src/array/array.rs             |  85 ++++++++++++-------
 rust/arrow/src/array/builder.rs           |   8 +-
 rust/arrow/src/compute/kernels/cast.rs    |  52 ++++++------
 rust/arrow/src/compute/kernels/take.rs    |   8 +-
 rust/arrow/src/csv/writer.rs              |  20 ++---
 rust/arrow/src/datatypes.rs               | 131 ++++++++++++++++++++++--------
 rust/arrow/src/ipc/convert.rs             |  39 +++++++--
 rust/arrow/src/ipc/file/reader.rs         |   4 +-
 rust/arrow/src/util/integration_util.rs   |  77 +++++++++++++++---
 rust/arrow/test/data/integration.json     |  96 ++++++++++++++++++++++
 rust/datafusion/src/bin/repl.rs           |   8 +-
 rust/datafusion/src/datasource/parquet.rs |   8 +-
 rust/parquet/src/arrow/schema.rs          |  14 ++--
 14 files changed, 420 insertions(+), 153 deletions(-)