1996fanrui commented on code in PR #28586:
URL: https://github.com/apache/flink/pull/28586#discussion_r3500953002
##########
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:
new method should be marked as `Experimental`
```suggestion
@Experimental
```
##########
flink-core/src/main/java/org/apache/flink/api/connector/source/SplitEnumeratorContext.java:
##########
@@ -41,6 +42,16 @@
@Public
public interface SplitEnumeratorContext<SplitT extends SourceSplit> {
+ /**
+ * Get the meta information of the current job.
+ *
+ * @return the job meta information.
+ */
+ @PublicEvolving
Review Comment:
same with the last one
--
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]