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/05/28 20:42:02 UTC

[GitHub] [arrow-datafusion] jgoday commented on pull request #436: Remove reundant filters (e.g. c> 5 AND c>5 --> c>5)

jgoday commented on pull request #436:
URL: https://github.com/apache/arrow-datafusion/pull/436#issuecomment-850659787


   > (c > 5) OR ((d < 6) AND (c > 5) -- can't remove
   
   @alamb 
   I Have updated the unit tests, but
   (c > 5) OR ((d < 6) AND (c > 5)) should be simplified to (c > 5), isn't it?
   
   Maybe you mean a different expression ?
   
   
   
   


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