jectpro7 commented on code in PR #25125:
URL: https://github.com/apache/flink/pull/25125#discussion_r1777919760
##########
flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/ForStStateRequestClassifier.java:
##########
@@ -111,6 +125,11 @@ private void
convertStateRequestsToForStDBRequests(StateRequest<?, ?, ?, ?> stat
(ForStInnerTable<?, ?, ?>)
stateRequest.getState();
dbPutRequests.add(innerTable.buildDBPutRequest(stateRequest));
return;
+ } else if (stateRequest.getState() instanceof
ForStAggregatingState) {
Review Comment:
I am not sure whether we need to support clear function for aggregating
state. But I removed it in the latest commit.
--
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]