1996fanrui commented on code in PR #28586:
URL: https://github.com/apache/flink/pull/28586#discussion_r3505085426
##########
flink-core/src/main/java/org/apache/flink/api/connector/source/SourceReaderContext.java:
##########
@@ -28,6 +30,16 @@
@Public
public interface SourceReaderContext {
+ /**
+ * Get the meta information of the current job.
+ *
+ * @return the job meta information.
+ */
+ @PublicEvolving
Review Comment:
Just double checked, FLIP-321 only mentioned the promotion and deprecation,
and do not enforce what annonation should be started. fine for me, thanks.
--
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]