[ https://issues.apache.org/jira/browse/ARROW-11881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Neville Dipale resolved ARROW-11881. ------------------------------------ Fix Version/s: 4.0.0 Resolution: Fixed Issue resolved by pull request 9642 [https://github.com/apache/arrow/pull/9642] > [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 > Labels: pull-request-available > Fix For: 4.0.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > 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)