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

    https://github.com/apache/storm/pull/2233#discussion_r130429097
  
    --- Diff: storm-client/src/jvm/org/apache/storm/streams/PairStream.java ---
    @@ -380,6 +383,25 @@
             return partitionBy(KEY).updateStateByKeyPartition(stateUpdater);
         }
     
    +    /**
    +     * group the values of this stream with the values having the same key 
from the other stream.
    +     * <p>
    +     * Note: The parallelism of this stream is carried forward to the 
joined stream.
    --- End diff --
    
    carried forward to the co-grouped stream.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to