Description
Probably we need to support such kind of expressions:
SELECT CASE WHEN 1 THEN 13 ELSE 12 END;
WHEN 1=1 - works correctly in such case. Additional info was given in [1]
Attachments
Issue Links
- is part of
-
IGNITE-12248 Apache Calcite based query execution engine
- Open
- relates to
-
IGNITE-14612 Calcite. SELECT with CASE without boolean expression - fails.
- Resolved