adriangb commented on code in PR #15301: URL: https://github.com/apache/datafusion/pull/15301#discussion_r2015100172
########## datafusion/datasource-parquet/src/source.rs: ########## @@ -259,6 +261,8 @@ pub struct ParquetSource { pub(crate) metrics: ExecutionPlanMetricsSet, /// Optional predicate for row filtering during parquet scan pub(crate) predicate: Option<Arc<dyn PhysicalExpr>>, + /// Dynamic filters for row filtering during parquet scan + pub(crate) dynamic_filters: Vec<Arc<dyn DynamicFilterSource>>, Review Comment: thanks agreed -- 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