Description
@Test public void simplifyComparisonWithNull() { checkSimplify2(ge(trueLiteral, falseLiteral), "true", "true"); checkSimplify2(ge(trueLiteral, nullBool), "null", "false"); checkSimplify2(ge(nullBool, nullBool), "null", "false"); }
Attachments
Issue Links
- relates to
-
HIVE-20557 Constant Folding: null > (expr) is not constant folded to NULL
- Open
- links to