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 2021/05/17 04:01:14 UTC

[GitHub] [calcite] alexvas opened a new pull request #2414: F481 failing test

alexvas opened a new pull request #2414:
URL: https://github.com/apache/calcite/pull/2414


   There is "Expanded NULL predicate" (F481) in SQL 2003 (ISO/IEC 9075-2:2003) feature taxonomy.
   Currently the feature is not implemented in Apache Calcite as failing test shows.


-- 
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] [calcite] alexvas commented on pull request #2414: F481 failing test

Posted by GitBox <gi...@apache.org>.
alexvas commented on pull request #2414:
URL: https://github.com/apache/calcite/pull/2414#issuecomment-846330654


   Yep. JIRA case: https://issues.apache.org/jira/browse/CALCITE-4607


-- 
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] [calcite] julianhyde commented on pull request #2414: F481 failing test

Posted by GitBox <gi...@apache.org>.
julianhyde commented on pull request #2414:
URL: https://github.com/apache/calcite/pull/2414#issuecomment-846184873


   Is there a corresponding JIRA case?


-- 
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] [calcite] julianhyde commented on pull request #2414: F481 failing test

Posted by GitBox <gi...@apache.org>.
julianhyde commented on pull request #2414:
URL: https://github.com/apache/calcite/pull/2414#issuecomment-843518050


   -1
   
   This PR is just a test case (that currently fails) and should not be checked in as it stands.
   
   The added tests should be in a method named `testIsNull` or similar, because it is `IS NULL` that is broken, not `ROW`.
   
   Tests will probably be needed for `COALESCE`.


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