[ 
https://issues.apache.org/jira/browse/STORM-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14990843#comment-14990843
 ] 

ASF GitHub Bot commented on STORM-1159:
---------------------------------------

Github user redsanket commented on a diff in the pull request:

    https://github.com/apache/storm/pull/860#discussion_r43964188
  
    --- Diff: 
external/sql/storm-sql-core/src/jvm/org/apache/storm/sql/compiler/ExprCompiler.java
 ---
    @@ -91,7 +65,7 @@ public String visitLocalRef(RexLocalRef rexLocalRef) {
       public String visitLiteral(RexLiteral rexLiteral) {
         Object v = rexLiteral.getValue();
         RelDataType ty = rexLiteral.getType();
    -    switch(rexLiteral.getTypeName()) {
    +    switch (rexLiteral.getTypeName()) {
    --- End diff --
    
    white space


> Support nullable operations in StormSQL
> ---------------------------------------
>
>                 Key: STORM-1159
>                 URL: https://issues.apache.org/jira/browse/STORM-1159
>             Project: Apache Storm
>          Issue Type: New Feature
>          Components: storm-sql
>            Reporter: Haohui Mai
>            Assignee: Haohui Mai
>
> This jira tracks the efforts of supporting nullable types in StormSQL.



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

Reply via email to