[ 
https://issues.apache.org/jira/browse/CALCITE-2506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16633444#comment-16633444
 ] 

Julian Hyde commented on CALCITE-2506:
--------------------------------------

In my work on CALCITE-2326 I re-enabled the test case, 
{{RexProgramTest.coalescePlusNull}}, and it worked. So I propose to mark this 
fixed when I commit.

> RexSimplify: coalesce(unaryPlus(nullInt), unaryPlus(vInt())) results in 
> AssertionError: result mismatch
> -------------------------------------------------------------------------------------------------------
>
>                 Key: CALCITE-2506
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2506
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.17.0
>            Reporter: Vladimir Sitnikov
>            Assignee: Julian Hyde
>            Priority: Major
>              Labels: newbie
>
> {{coalesce(unaryPlus(nullInt), unaryPlus(vInt()))}} results in
> {noformat}java.lang.AssertionError: result mismatch: when applied to 
> {?0.int0=-1}, COALESCE(+(null), +(?0.int0)) yielded -1, and +(null) yielded 
> NULL
>       at org.apache.calcite.rex.RexSimplify.verify(RexSimplify.java:1162)
>       at 
> org.apache.calcite.rex.RexSimplify.simplify(RexSimplify.java:175){noformat}



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

Reply via email to