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

[GitHub] [arrow-datafusion] Dandandan opened a new issue, #5149: Unecessary `Filter` on Parquet datasources

Dandandan opened a new issue, #5149:
URL: https://github.com/apache/arrow-datafusion/issues/5149

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   Now that Parquet supports pushing down predicates to the scanning phase, we could remove the additional filter, as we're no longer providing an inexact filter.
   
   **Describe the solution you'd like**
   Add a method to `FileFormat` that returns whether the format supports exact filter pushdown.
   The `supports_filter_pushdown` function should be updated accordingly.
   
   **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: github-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow-datafusion] tustvold commented on issue #5149: Unnecessary `Filter` on Parquet datasources

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #5149:
URL: https://github.com/apache/arrow-datafusion/issues/5149#issuecomment-1413900160

   I think this may be a duplicate of https://github.com/apache/arrow-datafusion/issues/4028


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


[GitHub] [arrow-datafusion] Dandandan commented on issue #5149: Unnecessary `Filter` on Parquet datasources

Posted by "Dandandan (via GitHub)" <gi...@apache.org>.
Dandandan commented on issue #5149:
URL: https://github.com/apache/arrow-datafusion/issues/5149#issuecomment-1417454907

   Yeah, it is. Thanks @tustvold 


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


[GitHub] [arrow-datafusion] Dandandan closed issue #5149: Unnecessary `Filter` on Parquet datasources

Posted by "Dandandan (via GitHub)" <gi...@apache.org>.
Dandandan closed issue #5149: Unnecessary `Filter` on Parquet datasources
URL: https://github.com/apache/arrow-datafusion/issues/5149


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