You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/06 10:03:15 UTC

[GitHub] [arrow-datafusion] jackwener commented on pull request #2166: 7.x: fix clippy

jackwener commented on PR #2166:
URL: https://github.com/apache/arrow-datafusion/pull/2166#issuecomment-1090087249

   It was forgotten.
   ```
      --> datafusion/tests/merge_fuzz.rs:106:20
       |
   106 |               .iter()
       |  ____________________^
   107 | |             .map(|p| p.iter())
   108 | |             .flatten()
       | |______________________^ help: try using `flat_map` instead: `.flat_map(|p| p.iter())`
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org