KurtYoung commented on a change in pull request #7945:
[FLINK-11857][table-runtime-blink] Introduce BinaryExternalSorter and
BufferedKVExternalSorter to batch table runtime
URL: https://github.com/apache/flink/pull/7945#discussion_r264081279
##########
File path:
flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/runtime/compression/BlockCompressionFactory.java
##########
@@ -27,4 +31,57 @@
BlockCompressor getCompressor();
BlockDecompressor getDecompressor();
+
+ /**
+ * Name of {@link BlockCompressionFactory}.
+ */
+ enum CompressionFactoryName {
+ LZ4, BZIP2, GZIP
Review comment:
BZIP2 and GZIP are not supported currently
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services