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


##########
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:
   Note I carefully chose the values of the predicates in this test to cover 
various cases based on how the values were distributed in the data generator. I 
am sure it will be possible to reduce the size of the data file, but it will 
require some carefulness to ensure the coverage is retained



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