[
https://issues.apache.org/jira/browse/STORM-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14990846#comment-14990846
]
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_r43964206
--- Diff:
external/sql/storm-sql-core/src/jvm/org/apache/storm/sql/compiler/ExprCompiler.java
---
@@ -107,7 +81,7 @@ public String visitLiteral(RexLiteral rexLiteral) {
case INTEGER:
return Long.toString(((BigDecimal) v).longValueExact());
case BIGINT:
- return Long.toString(((BigDecimal)v).longValueExact()) + 'L';
+ return Long.toString(((BigDecimal) v).longValueExact()) + 'L';
--- 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)