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 7c5cf92  ARROW-11561: [Rust][DataFusion] Add Send + Sync to 
MemTable::load
     add 356c300  ARROW-11603: [Rust] Fix Clippy Lints for Rust 1.50

No new revisions were added by this update.

Summary of changes:
 rust/arrow/examples/read_csv.rs                        |  4 +---
 rust/arrow/examples/read_csv_infer_schema.rs           |  4 +---
 rust/arrow/src/array/builder.rs                        |  2 ++
 rust/arrow/src/array/transform/mod.rs                  |  3 +--
 rust/arrow/src/buffer.rs                               |  4 +---
 rust/arrow/src/compute/kernels/cast.rs                 |  5 +++++
 rust/arrow/src/compute/kernels/concat.rs               |  6 ++----
 rust/arrow/src/compute/kernels/length.rs               |  4 ++--
 rust/arrow/src/compute/kernels/sort.rs                 |  4 ++++
 rust/arrow/src/compute/kernels/substring.rs            |  1 +
 rust/arrow/src/compute/util.rs                         |  2 ++
 rust/arrow/src/csv/reader.rs                           |  3 +--
 rust/arrow/src/json/reader.rs                          |  2 ++
 rust/datafusion/src/execution/context.rs               |  2 +-
 rust/datafusion/src/logical_plan/builder.rs            |  4 +---
 rust/datafusion/src/logical_plan/dfschema.rs           |  2 ++
 rust/datafusion/src/logical_plan/expr.rs               |  3 +--
 rust/datafusion/src/logical_plan/operators.rs          |  5 +----
 .../datafusion/src/optimizer/hash_build_probe_order.rs |  4 +---
 rust/datafusion/src/physical_plan/aggregates.rs        |  6 ++----
 rust/datafusion/src/physical_plan/coalesce_batches.rs  |  9 +++------
 .../src/physical_plan/datetime_expressions.rs          |  4 +---
 rust/datafusion/src/physical_plan/expressions/cast.rs  |  3 +--
 .../src/physical_plan/expressions/coercion.rs          |  5 +----
 .../src/physical_plan/expressions/in_list.rs           |  1 +
 rust/datafusion/src/physical_plan/expressions/not.rs   |  4 +---
 rust/datafusion/src/physical_plan/functions.rs         |  2 +-
 rust/datafusion/src/physical_plan/group_scalar.rs      | 18 +++++-------------
 rust/datafusion/src/physical_plan/planner.rs           |  6 ++----
 rust/datafusion/src/physical_plan/repartition.rs       | 10 +++++-----
 rust/datafusion/src/physical_plan/type_coercion.rs     |  3 +--
 rust/datafusion/src/scalar.rs                          |  8 ++------
 rust/datafusion/src/sql/parser.rs                      |  5 ++---
 rust/datafusion/tests/sql.rs                           |  1 +
 rust/datafusion/tests/user_defined_plan.rs             |  1 +
 .../src/flight_client_scenarios/middleware.rs          |  1 +
 rust/parquet/src/arrow/arrow_reader.rs                 |  2 +-
 rust/parquet/src/arrow/record_reader.rs                |  2 ++
 rust/parquet/src/compression.rs                        |  4 ++--
 rust/parquet/src/data_type.rs                          |  3 +++
 rust/parquet/src/encodings/decoding.rs                 |  5 +++--
 rust/parquet/src/encodings/encoding.rs                 |  1 +
 rust/parquet/src/file/serialized_reader.rs             |  8 ++------
 rust/parquet/src/record/reader.rs                      |  8 ++------
 rust/parquet/src/schema/parser.rs                      |  2 +-
 45 files changed, 80 insertions(+), 106 deletions(-)

Reply via email to