You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2022/11/08 21:58:09 UTC

[arrow-datafusion] branch master updated (18c6a0b37 -> b58ec81ab)

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

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


    from 18c6a0b37 Set versions to dependencies with path in benchmarks Cargo.toml file (#4136)
     add b58ec81ab  improve error messages while downcasting Int32Array (#4146)

No new revisions were added by this update.

Summary of changes:
 benchmarks/src/tpch.rs                             |  6 ++---
 datafusion/common/src/cast.rs                      | 12 ++++++++-
 .../core/src/avro_to_arrow/arrow_array_reader.rs   |  9 +++----
 datafusion/core/src/datasource/file_format/avro.rs | 10 +++-----
 .../core/src/datasource/file_format/parquet.rs     |  9 +++----
 datafusion/core/tests/sql/udf.rs                   | 29 +++++-----------------
 .../src/simplify_expressions/expr_simplifier.rs    | 12 +++------
 datafusion/physical-expr/src/expressions/case.rs   | 21 ++++------------
 .../physical-expr/src/expressions/literal.rs       |  3 ++-
 datafusion/physical-expr/src/physical_expr.rs      |  8 +++---
 datafusion/physical-expr/src/window/lead_lag.rs    |  3 ++-
 datafusion/physical-expr/src/window/nth_value.rs   |  3 ++-
 test-utils/Cargo.toml                              |  1 +
 test-utils/src/lib.rs                              | 10 +++-----
 14 files changed, 51 insertions(+), 85 deletions(-)