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 2021/06/14 18:02:23 UTC

[GitHub] [arrow-datafusion] alamb opened a new issue #560: Pruning on `!=` predicate results in incorrect results

alamb opened a new issue #560:
URL: https://github.com/apache/arrow-datafusion/issues/560


   **Describe the bug**
   The logic for pruning on `!=` predicates introduced in https://github.com/apache/arrow-datafusion/pull/544  is incorrect
   
   **To Reproduce**
   Use the pruning logic with a `!=` predicate where the range covers the expression
   
   So like `s != M` where the min/max is `A` -> `Z`. 
   
   **Expected behavior**
   Must check all values in block (as s!=M might be true for every one)
   
   Actual behavior: Pruning logic says we must look at it. 
   
   **Additional context**
   I found this issue when integrating / testing DataFusion into IOx here: https://github.com/influxdata/influxdb_iox/pull/1721#issuecomment-860858033
   


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

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



[GitHub] [arrow-datafusion] alamb closed issue #560: Pruning on `!=` predicate results in incorrect results

Posted by GitBox <gi...@apache.org>.
alamb closed issue #560:
URL: https://github.com/apache/arrow-datafusion/issues/560


   


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

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