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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org