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

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_r43964238
  
    --- Diff: 
external/sql/storm-sql-core/src/jvm/org/apache/storm/sql/compiler/ExprCompiler.java
 ---
    @@ -156,13 +130,11 @@ public String visitFieldAccess(
     
       private String javaTypeName(RexNode node) {
         Type ty = typeFactory.getJavaClass(node.getType());
    -    return ((Class<?>)ty).getCanonicalName();
    +    return ((Class<?>) ty).getCanonicalName();
    --- 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