Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/699#discussion_r30710708 --- Diff: flink-optimizer/src/test/java/org/apache/flink/optimizer/custompartition/CustomPartitioningGlobalOptimizationTest.java --- @@ -57,8 +58,8 @@ public void testJoinReduceCombination() { .withPartitioner(partitioner); joined.groupBy(1).withPartitioner(partitioner) - .reduceGroup(new IdentityGroupReducerCombinable<Tuple3<Long,Long,Long>>()) - .print(); + .reduceGroup(new IdentityGroupReducer<Tuple3<Long,Long,Long>>()) --- End diff -- The semantics of the tests should not be changed. This needs to be changed back to the original `IdentityGroupReducerCombinable`
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---