tustvold commented on code in PR #4735:
URL: https://github.com/apache/arrow-datafusion/pull/4735#discussion_r1057602695


##########
datafusion/core/tests/parquet/filter_pushdown.rs:
##########
@@ -59,7 +60,9 @@ async fn single_file() {
 
     let tempdir = TempDir::new().unwrap();
 
-    let generator = AccessLogGenerator::new().with_row_limit(NUM_ROWS);
+    let generator = AccessLogGenerator::new()
+        .with_row_limit(NUM_ROWS)
+        .with_max_batch_size(ROW_LIMIT);

Review Comment:
   This wasn't quite what I meant, this just alters the internal batch size 
that the file is generated in. I'll add it to my list to get a PR in to adjust 
the generator to not generate such unnecessarily large 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: [email protected]

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

Reply via email to