You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2016/09/26 02:11:20 UTC

[jira] [Closed] (STORM-2113) [Storm SQL] 'OR' and 'AND' operators cannot handle more than 2 operands

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

Jungtaek Lim closed STORM-2113.
-------------------------------
    Resolution: Duplicate

Unit test for check STORM-2113 is also included to STORM-2125. Closing. 

> [Storm SQL] 'OR' and 'AND' operators cannot handle more than 2 operands
> -----------------------------------------------------------------------
>
>                 Key: STORM-2113
>                 URL: https://issues.apache.org/jira/browse/STORM-2113
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-sql
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> When we use 'IN' statement, Calcite is converting this statement of 'OR' with multiple arguments.
> While testing I found current 'OR' implementation cannot handle more than 2 parameters, which effectively introduce a bug on 'IN' (and 'NOT IN').
> It should be fixed to support 'IN' properly. Also need to consider applying 'short curcuit' on that.



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