Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/incubator-flink/pull/57#discussion_r14673119
--- Diff:
stratosphere-runtime/src/main/java/eu/stratosphere/pact/runtime/hash/CompactingHashTable.java
---
@@ -869,22 +908,215 @@ private static final byte assignPartition(int
bucket, byte numPartitions) {
}
/**
+ * FOR TESTING ONLY
--- End diff --
We have a testing framework `Mockito` to make private methods visible for
testing purposes. @uce recently improved one of my pull requests with that as
well:
https://github.com/stratosphere/stratosphere/commit/b746f452e7187dad08340b9cfdc2fa18a516a6c7
---
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.
---