Ted-Jiang commented on pull request #1463:
URL: https://github.com/apache/arrow-datafusion/pull/1463#issuecomment-997206335


   > @Ted-Jiang great find/fix! there is one clippy error:
   > 
   > ```rust
   >    --> datafusion/src/physical_plan/repartition.rs:581:24
   >     |
   > 581 |             .map(|x| x.into_iter().map(|x| 
x.num_rows()).sum::<usize>())
   >     |                        ^^^^^^^^^ help: call directly: `iter`
   >     |
   >     = note: `-D clippy::into-iter-on-ref` implied by `-D warnings`
   > ```
   
   Thanks, how do i check this before commit ?   i can not find in `Developer's 
guide` 😂


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to