Tartarus0zm commented on code in PR #22344: URL: https://github.com/apache/flink/pull/22344#discussion_r1230400637
########## flink-core/src/main/java/org/apache/flink/core/execution/JobStatusHook.java: ########## @@ -16,7 +16,7 @@ * limitations under the License. */ -package org.apache.flink.runtime.executiongraph; +package org.apache.flink.core.execution; Review Comment: Thanks for your comment, as we discussed offline, `JobStatusHook` itself is designed to be used internally by the engine, and there are no specific user business scenarios that require it for now, so it stays as is. -- 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]
