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 2021/01/30 05:51:23 UTC

[arrow] branch master updated (6357981 -> 6b8aa09)

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 6357981  ARROW-11239: [Rust] Fixed equality with offsets and nulls
     add 6b8aa09  ARROW-11355: [Rust] Aligned Date DataType with specification.

No new revisions were added by this update.

Summary of changes:
 rust/arrow/benches/cast_kernels.rs               | 13 ++----
 rust/arrow/src/array/array.rs                    |  6 +--
 rust/arrow/src/array/array_primitive.rs          | 10 ++--
 rust/arrow/src/array/builder.rs                  |  8 ++--
 rust/arrow/src/array/data.rs                     |  8 ++--
 rust/arrow/src/array/equal/mod.rs                |  4 +-
 rust/arrow/src/array/ord.rs                      |  4 +-
 rust/arrow/src/array/transform/mod.rs            | 12 ++---
 rust/arrow/src/compute/kernels/cast.rs           | 58 ++++++++++++------------
 rust/arrow/src/compute/kernels/sort.rs           |  8 +---
 rust/arrow/src/compute/kernels/take.rs           |  4 +-
 rust/arrow/src/csv/reader.rs                     | 32 ++++---------
 rust/arrow/src/csv/writer.rs                     |  4 +-
 rust/arrow/src/datatypes.rs                      | 45 +++++++-----------
 rust/arrow/src/ffi.rs                            | 18 ++++----
 rust/arrow/src/ipc/convert.rs                    | 20 ++++----
 rust/arrow/src/ipc/reader.rs                     |  4 +-
 rust/arrow/src/json/reader.rs                    | 16 +++----
 rust/arrow/src/util/display.rs                   |  4 +-
 rust/arrow/src/util/integration_util.rs          | 10 ++--
 rust/benchmarks/src/bin/tpch.rs                  | 14 +++---
 rust/datafusion/README.md                        |  4 +-
 rust/datafusion/src/physical_plan/expressions.rs | 24 +++++-----
 rust/datafusion/src/scalar.rs                    | 17 +++----
 rust/datafusion/src/sql/planner.rs               | 10 ++--
 rust/integration-testing/src/lib.rs              |  6 +--
 rust/parquet/src/arrow/array_reader.rs           | 10 ++--
 rust/parquet/src/arrow/arrow_writer.rs           | 11 ++---
 rust/parquet/src/arrow/levels.rs                 | 12 ++---
 rust/parquet/src/arrow/schema.rs                 | 18 ++++----
 30 files changed, 183 insertions(+), 231 deletions(-)