Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
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
Attachments
Issue Links
- links to