davidradl commented on code in PR #26651: URL: https://github.com/apache/flink/pull/26651#discussion_r2137617241
########## flink-runtime/src/main/java/org/apache/flink/runtime/state/heap/HeapKeyedStateBackend.java: ########## @@ -212,7 +214,7 @@ private <N, V> StateTable<K, N, V> tryRegisterStateTable( StateDescriptor<?, V> stateDesc, @Nonnull StateSnapshotTransformFactory<V> snapshotTransformFactory, boolean allowFutureMetadataUpdates) - throws StateMigrationException { + throws Exception { Review Comment: why are we changing this away from putting out the specific exception - which seems best practise to me. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org