TisonKun commented on a change in pull request #9607: [FLINK-13946] Remove job
session related code from ExecutionEnvironment
URL: https://github.com/apache/flink/pull/9607#discussion_r320672892
##########
File path:
flink-java/src/main/java/org/apache/flink/api/java/ExecutionEnvironment.java
##########
@@ -245,68 +237,6 @@ public JobExecutionResult getLastJobExecutionResult(){
return this.lastJobExecutionResult;
}
- //
--------------------------------------------------------------------------------------------
- // Session Management
- //
--------------------------------------------------------------------------------------------
-
- /**
- * Gets the JobID by which this environment is identified. The JobID
sets the execution context
- * in the cluster or local environment.
- *
- * @return The JobID of this environment.
- * @see #getIdString()
- */
- @PublicEvolving
Review comment:
Notice that your pull request description mentioned
```
The public API, i.e., is any changed class annotated with @Public(Evolving):
(yes / **no**)
```
However, this pull request actually remove some of `@PublicEvolving`
methods. I think they are not in used so that we can safely removed them but it
worth to follow the required process.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services