alamb opened a new pull request #9642:
URL: https://github.com/apache/arrow/pull/9642


   ARROW-11881: [Rust][DataFusion] Fix clippy lint
   
   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`
   ```
   
   
   Seen on at least https://github.com/apache/arrow/pull/9612 and 
https://github.com/apache/arrow/pull/9639:
   
   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 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:
us...@infra.apache.org


Reply via email to