adriangb commented on issue #20324: URL: https://github.com/apache/datafusion/issues/20324#issuecomment-3904395716
> Make dynamic filters pruning-only for the moment (behind a flag) and only push down static filters to the parquet reader (i.e. await results here https://github.com/apache/datafusion/pull/20365 ) I don't love that https://github.com/apache/datafusion/pull/20365/ is adding a setting specifically for dynamic filters, and it's only some dynamic filters (from joins) that seem to be slow to evaluate as row filters, the topk ones I think are not an issue. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
