You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/10/15 13:39:41 UTC

[GitHub] [calcite] yanlin-Lynn removed a comment on issue #1502: [CALCITE-3407] Add support for interpretering minus/intersect relational set operators

yanlin-Lynn removed a comment on issue #1502: [CALCITE-3407] Add support for interpretering minus/intersect relational set operators
URL: https://github.com/apache/calcite/pull/1502#issuecomment-542075342
 
 
   > Can you also add cases for minus/intersect with `NULL`. e.g.
   > `(null, null), (null, null) except/all (null, null)`
   
   I add tests for `NULL` value, but it cause exception.
   In this PR, I disable the optimize in `Interpreter` to make the test cases success.
   And I create a jira [CALCITE-3413](https://issues.apache.org/jira/browse/CALCITE-3413) to track this problem.

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


With regards,
Apache Git Services