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 305625ac6d minor: fix comment docs (#6473)
add 0d9c542c84 Clippy lints (#6464)
No new revisions were added by this update.
Summary of changes:
datafusion/common/src/dfschema.rs | 5 -
datafusion/common/src/error.rs | 10 +-
datafusion/common/src/utils.rs | 49 +++++
.../core/src/avro_to_arrow/arrow_array_reader.rs | 1 -
datafusion/core/src/avro_to_arrow/reader.rs | 10 +-
datafusion/core/src/catalog/information_schema.rs | 42 +++--
datafusion/core/src/catalog/mod.rs | 4 +
datafusion/core/src/datasource/mod.rs | 3 +
.../src/physical_optimizer/dist_enforcement.rs | 48 ++---
.../core/src/physical_optimizer/pipeline_fixer.rs | 6 +-
.../aggregates/bounded_aggregate_stream.rs | 48 ++---
.../core/src/physical_plan/aggregates/mod.rs | 45 +----
.../src/physical_plan/aggregates/no_grouping.rs | 37 ++--
.../core/src/physical_plan/aggregates/row_hash.rs | 45 ++---
.../file_format/parquet/row_groups.rs | 198 ++++++++++-----------
datafusion/core/src/physical_plan/filter.rs | 6 +-
.../src/physical_plan/joins/symmetric_hash_join.rs | 4 +-
datafusion/core/src/physical_plan/mod.rs | 6 +-
datafusion/expr/src/expr.rs | 3 +-
datafusion/expr/src/expr_fn.rs | 1 -
datafusion/expr/src/logical_plan/ddl.rs | 1 -
datafusion/expr/src/logical_plan/extension.rs | 12 ++
datafusion/expr/src/logical_plan/plan.rs | 14 +-
datafusion/expr/src/tree_node/expr.rs | 1 -
datafusion/physical-expr/src/expressions/cast.rs | 6 +-
.../physical-expr/src/expressions/try_cast.rs | 6 +-
datafusion/physical-expr/src/physical_expr.rs | 6 +-
datafusion/physical-expr/src/string_expressions.rs | 1 -
datafusion/proto/src/physical_plan/mod.rs | 95 +++++-----
datafusion/substrait/src/logical_plan/consumer.rs | 2 -
30 files changed, 361 insertions(+), 354 deletions(-)