comphead commented on code in PR #16062:
URL: https://github.com/apache/datafusion/pull/16062#discussion_r2094686022


##########
datafusion/core/tests/parquet/filter_pushdown.rs:
##########
@@ -223,7 +228,12 @@ async fn single_file() {
     case.run().await;
 }
 
-#[tokio::test]
+// The result can be flaky if `rand` crate updated.
+//
+// Reason: Data generated by
+// `StdRng::from_seed` varies in `generate_file` test data generator
+#[ignore]

Review Comment:
   commented out this tests, but since they look important I'm planning to 
create separate parquet files for it in other PR, most likely predecessing this 
PR



-- 
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-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to