You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Remus Rusanu (JIRA)" <ji...@apache.org> on 2017/02/26 10:40:45 UTC

[jira] [Closed] (CALCITE-1650) Difference in BOOLEAN cast between Hive and Calcite

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

Remus Rusanu closed CALCITE-1650.
---------------------------------
    Resolution: Duplicate

> Difference in BOOLEAN cast between Hive and Calcite
> ---------------------------------------------------
>
>                 Key: CALCITE-1650
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1650
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>            Reporter: Remus Rusanu
>            Assignee: Julian Hyde
>
> Hive {{CAST( ... AS BOOLEAN)}} gives true for anything 'not zero' (eg. {{CAST(1 as BOOLEAN)}} is {{true}}) while Calcite uses strict Java {{Boolean.valueOf(...)}} which yields true only for the string 'true'.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)