Zakelly commented on code in PR #25308:
URL: https://github.com/apache/flink/pull/25308#discussion_r1758430324
##########
flink-runtime/src/main/java/org/apache/flink/runtime/state/v2/InternalMergingState.java:
##########
@@ -44,8 +36,7 @@ public InternalMergingState(
* @param sources The source namespaces whose state should be merged.
* @throws Exception The method may forward exception thrown internally
(by I/O or functions).
*/
- public abstract StateFuture<Void> asyncMergeNamespaces(N target,
Collection<N> sources)
- throws Exception;
+ StateFuture<Void> asyncMergeNamespaces(N target, Collection<N> sources)
throws Exception;
Review Comment:
This exception should be removed as well
--
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]