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: [email protected]

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

Reply via email to