[
https://issues.apache.org/jira/browse/KAFKA-3614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15257125#comment-15257125
]
ASF GitHub Bot commented on KAFKA-3614:
---------------------------------------
GitHub user vahidhashemian opened a pull request:
https://github.com/apache/kafka/pull/1268
KAFKA-3614: Consolidate duplicate code in KGroupedTableImpl
Two methods aggregate() and reduce() share common code that is consolidated
in this patch.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vahidhashemian/kafka KAFKA-3614
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1268.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1268
----
commit 70a2e718bbd8b50f561002751e968392e54af280
Author: Vahid Hashemian <[email protected]>
Date: 2016-04-25T21:56:07Z
KAFKA-3614: Consolidate duplicate code in KGroupedTableImpl
Two methods aggregate() and reduce() share common code that is consolidated
in this patch.
----
> Consolidate duplicate code in KGroupedTableImpl
> -----------------------------------------------
>
> Key: KAFKA-3614
> URL: https://issues.apache.org/jira/browse/KAFKA-3614
> Project: Kafka
> Issue Type: Improvement
> Reporter: Michael Noll
> Assignee: Vahid Hashemian
> Priority: Minor
>
> The implementations of aggregate() and reduce() in KGroupedTableImpl are
> essentially identical, but the current implementations do not share any code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)