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/10/29 19:40:29 UTC

[GitHub] [arrow-datafusion] tustvold commented on issue #4006: Internal error when parquet predicate pushdown is enabled "Error evaluating filter predicate:"

tustvold commented on issue #4006:
URL: https://github.com/apache/arrow-datafusion/issues/4006#issuecomment-1295950696

   It looks like this has the same underlying cause as https://github.com/apache/arrow-datafusion/issues/4005#issuecomment-1295949956
   
   Reordering the predicates works
   
   ```
   ❯ select count(*) from foo where client_addr NOT in ('213.120.214.213') OR request_duration_ns > 791684060;
   +-----------------+
   | COUNT(UInt8(1)) |
   +-----------------+
   | 53819           |
   +-----------------+
   1 row in set. Query took 0.247 seconds.
   ```


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