Andrew Lamb created ARROW-11881:
-----------------------------------

             Summary: [Rust][DataFusion] Fix Clippy Lint
                 Key: ARROW-11881
                 URL: https://issues.apache.org/jira/browse/ARROW-11881
             Project: Apache Arrow
          Issue Type: Bug
            Reporter: Andrew Lamb


A linter error has appeared on master somehow:

```
error: unnecessary parentheses around `for` iterator expression
   --> datafusion/src/physical_plan/merge.rs:124:31
    |
124 |                 for part_i in (0..input_partitions) {
    |                               ^^^^^^^^^^^^^^^^^^^^^ help: remove these 
parentheses
    |
    = note: `-D unused-parens` implied by `-D warnings`

error: aborting due to previous error

Seen on these PRs:

https://github.com/apache/arrow/pull/9612/checks?check_run_id=2042047472

https://github.com/apache/arrow/pull/9639/checks?check_run_id=2042649120



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to