Zakelly commented on code in PR #26682:
URL: https://github.com/apache/flink/pull/26682#discussion_r2152107908
##########
flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/operators/AbstractAsyncStateStreamOperatorV2.java:
##########
@@ -64,20 +66,20 @@
/**
* This operator is an abstract class that give the {@link
AbstractStreamOperatorV2} the ability to
- * perform {@link AsyncStateProcessing}. The aim is to make any subclass of
{@link
+ * perform {@link AsyncKeyOrderedProcessing}. The aim is to make any subclass
of {@link
* AbstractStreamOperatorV2} could manipulate async state with only a change
of base class.
*/
@Internal
@SuppressWarnings("rawtypes")
public abstract class AbstractAsyncStateStreamOperatorV2<OUT> extends
AbstractStreamOperatorV2<OUT>
Review Comment:
Well we dont need that for now... since the FLIP-519 only used the stream
operator v1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]