GitHub user majakabiljo opened a pull request:
https://github.com/apache/giraph/pull/97
GIRAPH-1215: Make FixedCapacityHeaps work with 0 capacity
Currently FixedCapacityHeaps throw an exception when they are used with
capacity 0, this fixes it.
Most of the diff is autogenerated, only change in
FixedCapacityType2TypeMinHeap.java
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/majakabiljo/giraph giraph-1215
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/giraph/pull/97.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 #97
----
commit 19b7b035dab9a04c79ebb46149ab07366751895a
Author: Maja Kabiljo <majakabiljo@...>
Date: 2018-12-05T17:54:55Z
GIRAPH-1215: Make FixedCapacityHeaps work with 0 capacity
Currently FixedCapacityHeaps throw an exception when they are used with
capacity 0, this fixes it.
----
---