You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Stanilovsky Evgeny (Jira)" <ji...@apache.org> on 2021/04/21 12:11:00 UTC

[jira] [Created] (IGNITE-14617) Calcite. Add opportunity to use NUMERIC in WHEN syntax.

Stanilovsky Evgeny created IGNITE-14617:
-------------------------------------------

             Summary: Calcite. Add opportunity to use NUMERIC in WHEN syntax.
                 Key: IGNITE-14617
                 URL: https://issues.apache.org/jira/browse/IGNITE-14617
             Project: Ignite
          Issue Type: Improvement
          Components: sql
            Reporter: Stanilovsky Evgeny


Probably we need to support such kind of expressions:

{noformat}
SELECT CASE WHEN 1 THEN 13 ELSE 12 END;
{noformat}

_WHEN 1=1_ - works correctly in such case.




--
This message was sent by Atlassian Jira
(v8.3.4#803005)