alamb commented on issue #10628:
URL: https://github.com/apache/datafusion/issues/10628#issuecomment-2129736024

   > If TableScan has filters why would that not catch all filters? 
   
   Depending on the value of 
https://docs.rs/datafusion/latest/datafusion/logical_expr/enum.TableProviderFilterPushDown.html
 sometimes filters would not be pushed down into the provider
   
   Also filters can be duplicated in the table scan and filter (again depending 
on the value of the FilterPushDown


-- 
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

Reply via email to