calcite
calcite copied to clipboard
F481 failing test
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.
-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.
Is there a corresponding JIRA case?
Yep. JIRA case: https://issues.apache.org/jira/browse/CALCITE-4607