Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/1776#discussion_r57139893
--- Diff:
flink-tests/src/test/java/org/apache/flink/test/javaApiOperators/CustomDistributionITCase.java
---
@@ -110,52 +118,93 @@ public void mapPartition(Iterable<Tuple3<Integer,
Integer, String>> values, Coll
}
/**
- * The class is used to do the tests of range partition with customed
data distribution.
+ * The class is used to do the tests of range partition with one key.
*/
- public static class TestDataDist implements DataDistribution {
+ public static class TestDataDist1 implements DataDistribution {
private int dim;
--- End diff --
No need for `dim`.
---
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.
---