davidradl commented on code in PR #26120:
URL: https://github.com/apache/flink/pull/26120#discussion_r1946811443
##########
flink-core/src/main/java/org/apache/flink/api/common/state/v2/AggregatingStateDescriptor.java:
##########
@@ -72,6 +72,23 @@ public AggregatingStateDescriptor(
this.aggregateFunction = checkNotNull(aggregateFunction);
}
+ /**
+ * Creates a new state descriptor with the given name, function, and type.
Review Comment:
nit: state descriptor - > {@code AggregatingStateDescriptor}
--
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]