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/21 23:55:20 UTC

[jira] [Created] (STORM-2111) [Storm SQL] support 'LIKE' and 'SIMILAR TO'

Jungtaek Lim created STORM-2111:
-----------------------------------

             Summary: [Storm SQL] support 'LIKE' and 'SIMILAR TO'
                 Key: STORM-2111
                 URL: https://issues.apache.org/jira/browse/STORM-2111
             Project: Apache Storm
          Issue Type: Bug
          Components: storm-sql
            Reporter: Jungtaek Lim


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)