geoffreyclaude commented on code in PR #15301: URL: https://github.com/apache/datafusion/pull/15301#discussion_r2024591484
########## datafusion/core/tests/parquet/mod.rs: ########## @@ -1072,3 +1080,364 @@ async fn make_test_file_page(scenario: Scenario, row_per_page: usize) -> NamedTe writer.close().unwrap(); output_file } + +struct DynamicFilterTestCase { Review Comment: Would it make sense to move this test block to a dedicated file? The `parquet/mod.rs` is already pretty long -- 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