alamb commented on pull request #9612:
URL: https://github.com/apache/arrow/pull/9612#issuecomment-791724823
The clippy error seems unrelated to this PR:
```
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
```
I also saw it on @Dandandan 's PR. https://github.com/apache/arrow/pull/9639
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]