[
https://issues.apache.org/jira/browse/STORM-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15130456#comment-15130456
]
ASF GitHub Bot commented on STORM-1513:
---------------------------------------
Github user redsanket commented on a diff in the pull request:
https://github.com/apache/storm/pull/1070#discussion_r51726012
--- Diff: documentation/Trident-API-Overview.md ---
@@ -77,13 +77,67 @@ Now suppose you had these tuples with fields ["a", "b",
"c"]:
If you ran this code:
```java
-mystream.each(new Fields("b", "a"), new MyFilter())
+mystream.filter(new MyFilter())
```
The resulting tuples would be:
```
-[2, 1, 1]
+[1, 2, 3]
--- End diff --
just curious, any reason for changing the tuple content
> Update trident api docs
> -----------------------
>
> Key: STORM-1513
> URL: https://issues.apache.org/jira/browse/STORM-1513
> Project: Apache Storm
> Issue Type: Sub-task
> Reporter: Arun Mahadevan
> Assignee: Arun Mahadevan
>
> Update trident api docs with the newly added api from STORM-1505
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)