Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/1160#discussion_r41280618 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/operators/hash/NonReusingHashMatchIteratorITCase.java --- @@ -692,24 +683,24 @@ public void join(Record rec1, Record rec2, Collector<Record> out) throws Excepti } } - static final class RecordIntPairMatchRemovingMatcher extends AbstractRichFunction implements FlatJoinFunction<IntPair, Record, Record> + static final class RecordIntPairMatchRemovingMatcher implements FlatJoinFunction<IntPair, Tuple2<Integer, String>, Tuple2<Integer, String>> --- End diff -- TupleIntPairMatchRemovingMatcher
--- 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. ---