Skip to content

Commit 2884859

Browse files
committed
removed usage of deprecated classes. using container exec to execute query. reduced test time
1 parent d6e067b commit 2884859

File tree

4 files changed

+627
-87
lines changed

4 files changed

+627
-87
lines changed

clickhouse-client/src/main/java/com/clickhouse/client/ClickHouseProtocol.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
/**
88
* This defines protocols can be used to connect to ClickHouse.
99
*/
10-
@Deprecated
1110
public enum ClickHouseProtocol {
1211
/**
1312
* Protocol detection is needed when establishing connection.

0 commit comments

Comments
 (0)