Dandandan opened a new issue, #12375: URL: https://github.com/apache/datafusion/issues/12375
### Is your feature request related to a problem or challenge? It probably is better to have it enabled by default, as pushing a filter down below a join is generally faster than the overhead saved by not having to execute the null filter. Besides that, in many cases the filter can be pushed down further to the scan or might enable other optimizations (now or future ones). ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
