mirror of https://github.com/apache/druid.git
Removed lz4Fast from CompressedObjectStrategy for compression since it is not currently used
This commit is contained in:
parent
8f80d9e189
commit
9f945c2216
|
@ -270,7 +270,6 @@ public class CompressedObjectStrategy<T extends Buffer> implements ObjectStrateg
|
||||||
public static class LZ4Compressor implements Compressor
|
public static class LZ4Compressor implements Compressor
|
||||||
{
|
{
|
||||||
private static final LZ4Compressor defaultCompressor = new LZ4Compressor();
|
private static final LZ4Compressor defaultCompressor = new LZ4Compressor();
|
||||||
private static final net.jpountz.lz4.LZ4Compressor lz4Fast = LZ4Factory.fastestInstance().fastCompressor();
|
|
||||||
private static final net.jpountz.lz4.LZ4Compressor lz4High = LZ4Factory.fastestInstance().highCompressor();
|
private static final net.jpountz.lz4.LZ4Compressor lz4High = LZ4Factory.fastestInstance().highCompressor();
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue