lsyldliu commented on code in PR #22344: URL: https://github.com/apache/flink/pull/22344#discussion_r1226157165
########## 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: After removing to core module, I think this interface should be marked as @PublicEvolving instead of @Internal. It is exposed to different users such as end-user or SQL-user, WDYT? -- 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]
