fredia commented on code in PR #24657:
URL: https://github.com/apache/flink/pull/24657#discussion_r1566767092
##########
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/multipleinput/input/FirstInputOfTwoInput.java:
##########
@@ -54,4 +57,17 @@ public void processLatencyMarker(LatencyMarker
latencyMarker) throws Exception {
public void processWatermarkStatus(WatermarkStatus watermarkStatus) throws
Exception {
operator.processWatermarkStatus1(watermarkStatus);
}
+
+ @Internal
+ @Override
+ public final boolean isAsyncStateProcessingEnabled() {
+ return (operator instanceof AsyncStateProcessing)
Review Comment:
Yes, you're right, thanks for the clarification.
--
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]