GitHub user rwaury opened a pull request:

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

    [FLINK-955] Implemented automatic resizing in CompactingHashTable

    The CompactingHashTable now attempts to double the number of buckets if too 
many overflow buckets are used.
    This commit also fixes a few bugs in the hash table.

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

    $ git pull https://github.com/rwaury/incubator-flink ResizingHashTableFinal

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

    https://github.com/apache/incubator-flink/pull/57.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 #57
    
----
commit bd0b0d29d87440bb183434fcd9c7db59ac15bb06
Author: rwaury <[email protected]>
Date:   2014-06-23T21:31:48Z

    ResizingHashTable
    
    automatic resizing implemented (small bugs still left)
    
    fixed IndexOutOfBoundsException bug
    
    parallel to master
    
    intermediate
    
    resizinghashtable finished
    
    clean up and added minimal primitive collections
    
    checkstyle stuff

commit c86808c5c939a4ae8b28431030660f835dfcd5b4
Author: rwaury <[email protected]>
Date:   2014-07-06T08:51:14Z

    fixed small bug

----


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