milenkovicm opened a new issue, #1375: URL: https://github.com/apache/datafusion-ballista/issues/1375
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** There is great push in DataFusion community to support `DynamicFilters`, looks like there are [some good query improvements](https://datafusion.apache.org/blog/2025/09/10/dynamic-filters/) when dynamic filters are used. I'm not sure if they would improve ballista execution due to stage execution but at least we could investigate if they will yield any benefits for ballista **Describe the solution you'd like** It would be great if we could some effort to investigate if shuffle read would have any benefits of it. - try to integrate dynamic filters with shuffle read to start with - benchmark benefits (if any) - provide road forward **Describe alternatives you've considered** **Additional context** -- 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]
