pnowojski commented on a change in pull request #13839:
URL: https://github.com/apache/flink/pull/13839#discussion_r514538562



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperatorV2.java
##########
@@ -508,4 +508,8 @@ public void setKeyContextElement2(StreamRecord<?> record) 
throws Exception {
        protected Optional<InternalTimeServiceManager<?>> 
getTimeServiceManager() {
                return Optional.ofNullable(timeServiceManager);
        }
+
+       protected Optional<StreamOperatorStateHandler> getStateHandler() {
+               return Optional.ofNullable(stateHandler);
+       }

Review comment:
       In that case I would marked those methods as `@Internal` (they are both 
returning already `@Internal` marked class)




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to