You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/08/31 14:41:18 UTC

[GitHub] [flink] twalthr commented on a change in pull request #13288: [FLINK-19084] Remove deprecated methods from ExecutionConfig

twalthr commented on a change in pull request #13288:
URL: https://github.com/apache/flink/pull/13288#discussion_r480167528



##########
File path: flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java
##########
@@ -741,30 +725,6 @@ public CodeAnalysisMode getCodeAnalysisMode() {
 		return codeAnalysisMode;
 	}
 
-	/**
-	 * @deprecated Ineffective. Will be removed at 2.0.
-	 */
-	@Deprecated
-	public ExecutionConfig enableSysoutLogging() {

Review comment:
       Update the docs as well see (both en and zh): https://ci.apache.org/projects/flink/flink-docs-master/dev/execution_configuration.html

##########
File path: flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java
##########
@@ -741,30 +725,6 @@ public CodeAnalysisMode getCodeAnalysisMode() {
 		return codeAnalysisMode;
 	}
 
-	/**
-	 * @deprecated Ineffective. Will be removed at 2.0.
-	 */
-	@Deprecated
-	public ExecutionConfig enableSysoutLogging() {

Review comment:
       The Pyhton API `execution_config.py` also needs an update.




----------------------------------------------------------------
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:
users@infra.apache.org