kl0u 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_r320721517
##########
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:
I agree. I updated the PR description.
----------------------------------------------------------------
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