Ted-Jiang commented on code in PR #8930:
URL: https://github.com/apache/arrow-datafusion/pull/8930#discussion_r1460764849


##########
datafusion/core/tests/parquet/filter_pushdown.rs:
##########
@@ -80,15 +81,15 @@ async fn single_file() {
         // request_method = 'GET'
         .with_filter(col("request_method").eq(lit("GET")))
         .with_pushdown_expected(PushdownExpected::Some)
-        .with_expected_rows(688);
+        .with_expected_rows(745);

Review Comment:
   @alamb 
https://github.com/apache/arrow-datafusion/blob/72fb87e27bfaf62580f30fb6e85aed2a22fbe744/test-utils/src/data_gen.rs#L172
 I think here every running test should get diff result 🤔 , but from the fact 
only change the generate method this would change. Is there something i miss?



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