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/05 02:51:33 UTC

[GitHub] [arrow-datafusion] jychen7 commented on a diff in pull request #2159: #2109 schema infer max

jychen7 commented on code in PR #2159:
URL: https://github.com/apache/arrow-datafusion/pull/2159#discussion_r842290217


##########
datafusion/fuzz-utils/src/lib.rs:
##########
@@ -26,7 +26,7 @@ pub use env_logger;
 pub fn batches_to_vec(batches: &[RecordBatch]) -> Vec<Option<i32>> {
     batches
         .iter()
-        .map(|batch| {
+        .flat_map(|batch| {

Review Comment:
   same fix as https://github.com/apache/arrow-datafusion/pull/1885/files



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