alamb commented on code in PR #5506:
URL: https://github.com/apache/arrow-datafusion/pull/5506#discussion_r1128341652
##########
datafusion/core/tests/parquet/filter_pushdown.rs:
##########
@@ -600,3 +617,149 @@ fn get_value(metrics: &MetricsSet, metric_name: &str) ->
usize {
}
}
}
+
+/// a ParquetFile that has been created for testing.
+pub struct TestParquetFile {
Review Comment:
this is a copied subset of
https://github.com/apache/arrow-datafusion/blob/main/parquet-test-utils/src/lib.rs
--
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]