You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Zoltan Haindrich (JIRA)" <ji...@apache.org> on 2018/11/19 15:58:00 UTC

[jira] [Closed] (CALCITE-2685) Bridge cases in which Calcite's type resolution is more stricter than Hive.

     [ https://issues.apache.org/jira/browse/CALCITE-2685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zoltan Haindrich closed CALCITE-2685.
-------------------------------------
    Resolution: Invalid

opened the issue in the wrong project; sorry for the noise...

> Bridge cases in which Calcite's type resolution is more stricter than Hive.
> ---------------------------------------------------------------------------
>
>                 Key: CALCITE-2685
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2685
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Zoltan Haindrich
>            Assignee: Zoltan Haindrich
>            Priority: Major
>
> Calcite is more stricter w.r.t common types than Hive.
> For example in case a CASE with different types on the branches is not something Calcite likes:
> {code}
> CASE
>   WHEN cond1 THEN booleanCol
>   WHEN cond2 THEN stringCol
>   WHEN cond3 THEN floatCol
>   ELSE doubleCol
> END
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)