reswqa commented on code in PR #20216:
URL: https://github.com/apache/flink/pull/20216#discussion_r933432278


##########
flink-runtime/src/main/java/org/apache/flink/runtime/io/compression/BlockCompressionFactory.java:
##########
@@ -34,7 +43,11 @@ public interface BlockCompressionFactory {
 
     /** Name of {@link BlockCompressionFactory}. */
     enum CompressionFactoryName {
-        LZ4
+        LZ4,
+        LZ4_JAVA,
+        Z_STD,
+        LZO,
+        SNAPPY

Review Comment:
   Agree with you, thank you very much for your patient test work.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to