|
Change Parameter Type function : CoProcessFunction<IN1,IN2,OUT> to function : KeyedCoProcessFunction<K,IN1,IN2,OUT> in method package ContextImpl(function KeyedCoProcessFunction<K,IN1,IN2,OUT>, timerService TimerService) in class org.apache.flink.streaming.api.operators.co.KeyedCoProcessOperator.ContextImpl |
From |
To |
|
Change Parameter Type coProcessFunction : CoProcessFunction<IN1,IN2,OUT> to keyedCoProcessFunction : KeyedCoProcessFunction<K,IN1,IN2,OUT> in method public KeyedCoProcessOperator(keyedCoProcessFunction KeyedCoProcessFunction<K,IN1,IN2,OUT>) in class org.apache.flink.streaming.api.operators.co.KeyedCoProcessOperator |
From |
To |
|
Change Parameter Type function : CoProcessFunction<IN1,IN2,OUT> to function : KeyedCoProcessFunction<K,IN1,IN2,OUT> in method package OnTimerContextImpl(function KeyedCoProcessFunction<K,IN1,IN2,OUT>, timerService TimerService) in class org.apache.flink.streaming.api.operators.co.KeyedCoProcessOperator.OnTimerContextImpl |
From |
To |
|
Change Variable Type operator : KeyedCoProcessOperator<BaseRow,BaseRow,BaseRow,BaseRow> to operator : LegacyKeyedCoProcessOperator<BaseRow,BaseRow,BaseRow,BaseRow> in method private createTestHarness(windowJoinFunc ProcTimeBoundedStreamJoin) : KeyedTwoInputStreamOperatorTestHarness<BaseRow,BaseRow,BaseRow,BaseRow> in class org.apache.flink.table.runtime.join.ProcTimeBoundedStreamJoinTest |
From |
To |
|
Change Variable Type operator : KeyedCoProcessOperator<BaseRow,BaseRow,BaseRow,BaseRow> to operator : LegacyKeyedCoProcessOperator<BaseRow,BaseRow,BaseRow,BaseRow> in method private createTestHarness(windowJoinFunc RowTimeBoundedStreamJoin) : KeyedTwoInputStreamOperatorTestHarness<BaseRow,BaseRow,BaseRow,BaseRow> in class org.apache.flink.table.runtime.join.RowTimeBoundedStreamJoinTest |
From |
To |
|
Change Attribute Type context : ContextImpl<IN1,IN2,OUT> to context : ContextImpl<K,IN1,IN2,OUT> in class org.apache.flink.streaming.api.operators.co.KeyedCoProcessOperator |
From |
To |
|
Change Attribute Type onTimerContext : OnTimerContextImpl<IN1,IN2,OUT> to onTimerContext : OnTimerContextImpl<K,IN1,IN2,OUT> in class org.apache.flink.streaming.api.operators.co.KeyedCoProcessOperator |
From |
To |
|
Change Attribute Type timer : InternalTimer<?,VoidNamespace> to timer : InternalTimer<K,VoidNamespace> in class org.apache.flink.streaming.api.operators.co.KeyedCoProcessOperator.OnTimerContextImpl |
From |
To |