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 2020/01/29 11:19:37 UTC

[arrow] branch master updated (f8dbf48 -> fba2d28)

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 f8dbf48  ARROW-7711: [C#] Make Date32 test independent of system timezone
     add fba2d28  ARROW-7692: [Rust] Simplify some Option / Result pattern matches

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/array.rs                      | 12 +++----
 rust/arrow/src/compute/kernels/boolean.rs          |  5 +--
 rust/arrow/src/compute/kernels/cast.rs             | 40 +++++++---------------
 rust/arrow/src/csv/reader.rs                       | 10 ++----
 rust/arrow/src/json/reader.rs                      | 15 +++-----
 rust/arrow/src/tensor.rs                           | 19 ++++------
 .../src/execution/physical_plan/limit.rs           |  5 +--
 rust/datafusion/src/optimizer/utils.rs             |  9 +++--
 rust/parquet/src/column/reader.rs                  | 12 +++----
 rust/parquet/src/column/writer.rs                  | 20 +++--------
 rust/parquet/src/record/triplet.rs                 | 10 ++----
 11 files changed, 47 insertions(+), 110 deletions(-)