Description
The RexSimplify currently optimizes '(not x) is null' to 'x is not null'. However, this is incorrect. It is same to the case '(not x) is not null'.
Attachments
Issue Links
- is related to
-
CALCITE-2929 Simplification of IS NULL checks are incorrectly assuming that CAST-s are possible
- Closed
- relates to
-
CALCITE-2932 DruidAdapterIT regression after 1.17 release
- Closed
- links to