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/12/01 12:18:08 UTC

[arrow-datafusion] branch master updated (025345972 -> 799dd7471)

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 025345972 The CLI panics when passing an invalid explain query (#4429)
     add 799dd7471 Improve error handling for array downcasting (#4445)

No new revisions were added by this update.

Summary of changes:
 datafusion/common/src/cast.rs                      | 58 ++++++++++++++++++++--
 .../core/src/avro_to_arrow/arrow_array_reader.rs   | 12 ++---
 datafusion/core/src/datasource/file_format/avro.rs | 16 ++----
 .../core/src/datasource/file_format/parquet.rs     | 19 ++-----
 datafusion/physical-expr/src/crypto_expressions.rs | 12 +----
 .../physical-expr/src/datetime_expressions.rs      | 45 ++++++-----------
 .../physical-expr/src/expressions/datetime.rs      | 30 ++++-------
 datafusion/row/src/writer.rs                       |  4 +-
 8 files changed, 96 insertions(+), 100 deletions(-)