|
Move Method public reduce(records Iterable<Record>, out Collector<Record>) : void from class org.apache.flink.runtime.operators.CombineTaskTest.MockFailingCombiningReduceStub to public reduce(records Iterable<Record>, out Collector<Record>) : void from class org.apache.flink.runtime.operators.CombineTaskExternalITCase.MockFailingCombiningReduceStub |
From |
To |
|
Move Method public reduce(records Iterable<Record>, out Collector<Record>) : void from class org.apache.flink.runtime.operators.CombineTaskTest.MockCombiningReduceStub to public reduce(records Iterable<Record>, out Collector<Record>) : void from class org.apache.flink.runtime.operators.CombineTaskExternalITCase.MockCombiningReduceStub |
From |
To |
|
Move Method public combine(records Iterable<Record>, out Collector<Record>) : void from class org.apache.flink.runtime.operators.CombineTaskTest.MockFailingCombiningReduceStub to public combine(records Iterable<Record>, out Collector<Record>) : void from class org.apache.flink.runtime.operators.CombineTaskExternalITCase.MockFailingCombiningReduceStub |
From |
To |
|
Change Variable Type sb : StringBuffer to sb : StringBuilder in method private randomString() : String in class org.apache.flink.runtime.operators.testutils.TestData.Generator |
From |
To |
|
Change Variable Type testTask : GroupReduceCombineDriver<Record,Record> to testTask : GroupReduceCombineDriver<Tuple2<Integer,Integer>,Tuple2<Integer,Integer>> in method public testCombineTask() : void in class org.apache.flink.runtime.operators.CombineTaskTest |
From |
To |
|
Change Variable Type testTask : GroupReduceCombineDriver<Record,Record> to testTask : GroupReduceCombineDriver<Tuple2<Integer,Integer>,Tuple2<Integer,Integer>> in method public testFailingCombineTask() : void in class org.apache.flink.runtime.operators.CombineTaskTest |
From |
To |
|
Change Variable Type testTask : GroupReduceCombineDriver<Record,Record> to testTask : GroupReduceCombineDriver<Tuple2<Integer,Integer>,Tuple2<Integer,Integer>> in method public testCancelCombineTaskSorting() : void in class org.apache.flink.runtime.operators.CombineTaskTest |
From |
To |