adriangb commented on code in PR #17452: URL: https://github.com/apache/datafusion/pull/17452#discussion_r2328467149
########## datafusion/core/tests/physical_optimizer/filter_pushdown/util.rs: ########## @@ -61,6 +62,12 @@ impl FileOpener for TestOpener { _file_meta: FileMeta, _file: PartitionedFile, ) -> Result<FileOpenFuture> { + if let Some(predicate) = &self.predicate { Review Comment: The best I can think of would be to make a custom ExecutionPlan that delays partition 0 for 1s or something and check that we still read the expected number of rows on the probe side -- 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