You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "avantgardnerio (via GitHub)" <gi...@apache.org> on 2023/02/21 20:36:55 UTC

[GitHub] [arrow-datafusion] avantgardnerio commented on issue #5357: `supports_filter_pushdown()` receives broken-up `filter`s

avantgardnerio commented on issue #5357:
URL: https://github.com/apache/arrow-datafusion/issues/5357#issuecomment-1439060639

   > what kind of TableProvider are you implementing? .. If it's a relational database
   yes, it is
   
   > push the full filter down to the database
   replace "database" with TableProvider and I agree with you there
   
   > What would be the reason to push down certain parts?
   Only that this is how it happens now. I assume others are attached to the present behavior? It seems way more simple to have the TableProvider split the conjunction (if it wants) than have it re-assemble the original filter from a bunch of separate calls.


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org