You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andrew Lamb (Jira)" <ji...@apache.org> on 2021/03/05 21:39:00 UTC

[jira] [Updated] (ARROW-11881) [Rust][DataFusion] Fix Clippy Lint

     [ https://issues.apache.org/jira/browse/ARROW-11881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Lamb updated ARROW-11881:
--------------------------------
    Component/s: Rust - DataFusion

> [Rust][DataFusion] Fix Clippy Lint
> ----------------------------------
>
>                 Key: ARROW-11881
>                 URL: https://issues.apache.org/jira/browse/ARROW-11881
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Rust - DataFusion
>            Reporter: Andrew Lamb
>            Assignee: Andrew Lamb
>            Priority: Major
>
> 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)