You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/25 07:11:52 UTC

[GitHub] [arrow-datafusion] jackwener commented on pull request #4365: reimplement `push_down_filter` to remove global-state

jackwener commented on PR #4365:
URL: https://github.com/apache/arrow-datafusion/pull/4365#issuecomment-1327097229

   The rule re-implementation of this rule was complex and now is completed.
   Now all that remains is an equally complex `ProjectionPushDown`.
   
   In fact, current `ProjectionPushDown` is a little wrong, it mix pushdown and column-prune, and it just prune bottom plannode ( tablescan ).


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