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 2023/06/11 12:24:49 UTC

[arrow-datafusion] branch main updated (c4a036dabc -> 57bc5b0299)

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

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


    from c4a036dabc Impl `Literal` trait for `NonZero*` types (#6627)
     add 57bc5b0299 style: make clippy happy and remove redundant prefix (#6624)

No new revisions were added by this update.

Summary of changes:
 datafusion-cli/src/exec.rs                         |   4 +-
 datafusion-cli/src/object_storage.rs               |   2 +-
 .../core/src/datasource/file_format/options.rs     |   4 +-
 datafusion/core/src/datasource/listing/table.rs    |   4 +-
 .../core/src/datasource/listing_table_factory.rs   |   4 +-
 datafusion/core/src/physical_plan/analyze.rs       |   2 +-
 datafusion/expr/src/expr.rs                        |   6 +-
 datafusion/expr/src/function.rs                    | 454 ++++++++-------------
 datafusion/expr/src/function_err.rs                |   2 +-
 .../optimizer/src/rewrite_disjunctive_predicate.rs |   2 +-
 datafusion/physical-expr/src/expressions/binary.rs |   3 +-
 datafusion/proto/src/logical_plan/mod.rs           |   2 +-
 datafusion/sql/src/parser.rs                       |   3 +-
 13 files changed, 178 insertions(+), 314 deletions(-)