Skip to content

Commit 4ee121e

Browse files
committed
fixed Compression in performance that uses internal lz4
1 parent 016fe95 commit 4ee121e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance/src/main/java/com/clickhouse/benchmark/clients/Compression.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import com.clickhouse.benchmark.data.DataSet;
44
import com.clickhouse.client.api.internal.ClickHouseLZ4OutputStream;
5-
import com.clickhouse.client.internal.jpountz.lz4.LZ4Factory;
5+
import com.clickhouse.client.internal.net.jpountz.lz4.LZ4Factory;
66
import com.clickhouse.data.ClickHouseOutputStream;
77
import com.clickhouse.data.stream.Lz4OutputStream;
88
import org.openjdk.jmh.annotations.Benchmark;

0 commit comments

Comments
 (0)