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-2111) [Storm SQL] support 'LIKE' and 'SIMILAR TO'

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

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

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

> [Storm SQL] support 'LIKE' and 'SIMILAR TO'
> -------------------------------------------
>
>                 Key: STORM-2111
>                 URL: https://issues.apache.org/jira/browse/STORM-2111
>             Project: Apache Storm
>          Issue Type: Improvement
>          Components: storm-sql
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Currently Storm SQL doesn't support 'LIKE' and 'SIMILAR TO' keywords.
> Its implementation is existing on SqlFunctions so what we need to do is just registering them to ImpTable and make some unit tests.
> NOT LIKE and NOT SIMILAR TO is represented as NOT(LIKE) and NOT(SIMILAR TO) so it should be automatically supported after.



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