Make zstd compressionLevel configurable
shangxinli opened this issue · 3 comments
shangxinli commented
Current ZstdCompressor hardcode the compressionLevel as CompressionParameters.DEFAULT_COMPRESSION_LEVEL. It needs to be configuable.
shangxinli commented
Just tried with different level than the default(3), it throws UnsupportedOperation exception. Does it mean airlift only support the default compression level?
glukasiknuro commented
Other levels are not supported, see #99
findepi commented
@glukasiknuro thanks for linking the two.
Closing in favor of #99.