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


With regards,
Apache Git Services

Reply via email to