[
https://issues.apache.org/jira/browse/CALCITE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde resolved CALCITE-710.
---------------------------------
Resolution: Fixed
Fix Version/s: 1.3.0-incubating
Fixed in
http://git-wip-us.apache.org/repos/asf/incubator-calcite/commit/af01c5af.
> 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
> Fix For: 1.3.0-incubating
>
>
> 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)