Mihai Budiu created CALCITE-7619:
------------------------------------
Summary: RexSimplify incorrectly simplifies IS_FALSE(x) when x is
nullable
Key: CALCITE-7619
URL: https://issues.apache.org/jira/browse/CALCITE-7619
Project: Calcite
Issue Type: Bug
Components: core
Affects Versions: 1.42.0
Reporter: Mihai Budiu
Fix For: 1.43.0The expression is reduced to CAST(NOT(x) AS BOOLEAN NOT NULL). This is wrong when x is NULL. -- This message was sent by Atlassian Jira (v8.20.10#820010)
