Skip to content

SLT test: "Comparison with NULL in pulledUpPredicates" #6443

@snkas

Description

@snkas

Logs snippet (full CI logs):

While compiling:
    3|CREATE TABLE tab2(COL0 INTEGER, COL1 INTEGER, COL2 INTEGER)
    4|CREATE VIEW V111 AS (SELECT DISTINCT + col1 * - - col2 AS col0 FROM tab0 GROUP BY col1, col2, col0 HAVING - col1 BETWEEN NULL AND NULL)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: This is a bug in the compiler (please report it to the developers): Comparison with NULL in pulledUpPredicates

Error while compiling SELECT DISTINCT + col1 * - - col2 AS col0 FROM tab0 GROUP BY col1, col2, col0 HAVING - col1 BETWEEN NULL AND NULL: RuntimeException java.lang.AssertionError: Comparison with NULL in pulledUpPredicates

Metadata

Metadata

Assignees

Labels

CalciteFix required in CalciteSQL compilerRelated to the SQL compiler

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions