fredia commented on code in PR #25403:
URL: https://github.com/apache/flink/pull/25403#discussion_r1778284554
##########
flink-runtime/src/main/java/org/apache/flink/streaming/api/operators/StreamingRuntimeContext.java:
##########
@@ -110,6 +112,8 @@ public StreamingRuntimeContext(
this.operatorUniqueID = checkNotNull(operatorID).toString();
this.processingTimeService = processingTimeService;
this.keyedStateStore = keyedStateStore;
+ // By default, support state v1
+ this.supportKeyedStateApiSet = SupportKeyedStateApiSet.STATE_V1;
Review Comment:
nit: set `supportKeyedStateApiSet=V1` in `setKeyedStateStore(@Nullable
KeyedStateStore keyedStateStore)` instead of here?
--
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]