[GitHub] storm pull request #1709: STORM-2116 [Storm SQL] Support 'CASE' statement

2016-09-25 Thread HeartSaVioR
Github user HeartSaVioR closed the pull request at: https://github.com/apache/storm/pull/1709 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] storm pull request #1709: STORM-2116 [Storm SQL] Support 'CASE' statement

2016-09-22 Thread HeartSaVioR
GitHub user HeartSaVioR opened a pull request: https://github.com/apache/storm/pull/1709 STORM-2116 [Storm SQL] Support 'CASE' statement NOTE: This patch is on top of STORM-2089 and STORM-2111, and STORM-2113. ``` SELECT CASE WHEN NAME IN ('a', 'abc', 'abcde') THEN UPPER