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 2019/01/16 20:29:53 UTC

[GitHub] zentol commented on a change in pull request #7515: [FLINK-11313][checkpoint] Introduce LZ4 compression for keyed state in full checkpoints and savepoints

zentol commented on a change in pull request #7515: [FLINK-11313][checkpoint] Introduce LZ4 compression for keyed state in full checkpoints and savepoints
URL: https://github.com/apache/flink/pull/7515#discussion_r248439222
 
 

 ##########
 File path: flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java
 ##########
 @@ -894,12 +898,13 @@ public void disableAutoTypeRegistration() {
 		this.autoTypeRegistrationEnabled = false;
 	}
 
-	public boolean isUseSnapshotCompression() {
 
 Review comment:
   The class is annotated with `@Public`, which means you cannot remove and `public` method. This method and it's behavior must be conserved.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services