kgyrtkirk commented on issue #666: [CALCITE-2257] Combination of predicates can 
be proved to be always true
URL: https://github.com/apache/calcite/pull/666#issuecomment-468666762
 
 
   I'm closing this because I think right now simplification is already able to 
handle these cases.
   ```
     @Test public void testSimplify1() {
       checkSimplify(or(isNotNull(vInt()), isNull(vInt())), "true");
     }
   ```
   Please reopen if disagree!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to