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

    https://github.com/apache/storm/pull/1086#discussion_r52136631
  
    --- Diff: storm-core/src/jvm/org/apache/storm/trident/Stream.java ---
    @@ -436,8 +444,91 @@ public Stream partitionAggregate(Fields inputFields, 
ReducerAggregator agg, Fiel
             return chainedAgg()
                    .partitionAggregate(inputFields, agg, functionFields)
                    .chainEnd();
    -    }  
    -    
    +    }
    +
    +    /**
    +     * This aggregator operation computes the minimum of tuples by the 
given {@code inputFieldName} and it is
    +     * assumed that its value is an instance of {@code Comparable}.
    +     *
    +     * @param inputFieldName input field name
    +     * @return
    --- End diff --
    
    `@return the new Stream`  (and the javadocs below).


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to