Myasuka 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_r248531370
##########
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:
hmm, to keep backward compatibility, I have to let `ExecutionConfig` within
`flink-core` module to know the snappy compression type. It seems I have to
also move all `StreamCompressionDecorator`s into `flink-core` module. I'll then
update my PR based on this.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services