GitHub user sekruse opened a pull request:

    https://github.com/apache/incubator-flink/pull/117

    [FLINK-1096] Correction to histogram accumulator

    * each key is associated with the number of times it was inserted into the 
accumulator
    * backed histogram with a tree map to present the entries sorted by key

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sekruse/incubator-flink FLINK-1096

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-flink/pull/117.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 #117
    
----
commit 5080784896b8265bb58bf5c3fb471552c1277b37
Author: Sebastian Kruse <[email protected]>
Date:   2014-09-10T16:59:09Z

    [FLINK-1096] Correction to histogram accumulator
    
    * each key is associated with the number of times it was inserted into the 
accumulator
    * backed histogram with a tree map to present the entries sorted by key

----


---
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