You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2015/05/05 23:43:00 UTC

[jira] [Updated] (CALCITE-710) Identical conditions in the WHERE clause cause assertion error

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

Julian Hyde updated CALCITE-710:
--------------------------------
    Summary: Identical conditions in the WHERE clause cause assertion error  (was: Identical Conditions in the WHERE-CLAUSE caused assertion error)

> Identical conditions in the WHERE clause cause assertion error
> --------------------------------------------------------------
>
>                 Key: CALCITE-710
>                 URL: https://issues.apache.org/jira/browse/CALCITE-710
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Sean Hsuan-Yi Chu
>            Assignee: Julian Hyde
>
> The following is a simple example,
> select empno 
> from EMP
> where deptno in (1, 2) or deptno in (1, 2)
> (Using AND can also reproduce this issue)
> We have two identical conditions in the where-clause. Queries falling in this pattern triggers assertion error (SqlToRelConverter.java:4083)



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