[
https://issues.apache.org/jira/browse/STORM-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15033058#comment-15033058
]
ASF GitHub Bot commented on STORM-1357:
---------------------------------------
Github user darionyaphet commented on a diff in the pull request:
https://github.com/apache/storm/pull/906#discussion_r46239419
--- Diff: external/storm-kafka/src/test/storm/kafka/TridentKafkaTest.java
---
@@ -71,7 +66,7 @@ public void testKeyValue() {
}
private List<TridentTuple> generateTupleBatch(String key, String
message, int batchsize) {
- List<TridentTuple> batch = new ArrayList<TridentTuple>();
+ List<TridentTuple> batch = new ArrayList<>();
--- End diff --
@zhuoliu remove type declare have some benefit ?
> Support writing to Kafka streams in Storm SQL
> ---------------------------------------------
>
> Key: STORM-1357
> URL: https://issues.apache.org/jira/browse/STORM-1357
> Project: Apache Storm
> Issue Type: New Feature
> Components: storm-sql
> Reporter: Haohui Mai
> Assignee: Haohui Mai
>
> This jira proposes to add supports to write SQL results to Kafka streams.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)