You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2015/08/23 21:49:47 UTC

[jira] [Updated] (CALCITE-766) RexBuilder.ensureType() does not correctly handle the case when nullability needs to be ignored

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

Jacques Nadeau updated CALCITE-766:
-----------------------------------
    Fix Version/s: 1.4.0-incubating

> RexBuilder.ensureType() does not correctly handle the case when nullability needs to be ignored
> -----------------------------------------------------------------------------------------------
>
>                 Key: CALCITE-766
>                 URL: https://issues.apache.org/jira/browse/CALCITE-766
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Mehant Baid
>            Assignee: Julian Hyde
>             Fix For: 1.4.0-incubating
>
>
> In ensureType() we don't correctly handle the case when nullability should be ignored. We still compare digests of the two types which returns false even when the types are the same but differ only in nullability. 
> Created a [Pull Request|https://github.com/apache/incubator-calcite/pull/97] with the description of the issue and a unit test. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)