Skip to content

Commit 344ff78

Browse files
authored
fix JDBC v2 url retrieval (#2252)
1 parent 17681b3 commit 344ff78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance/src/test/com/clickhouse/benchmark/clients/BenchmarkBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ protected static Connection getJdbcV2() {
306306
properties.put("password", getPassword());
307307

308308
Connection jdbcV2 = null;
309-
String jdbcURL = jdbcURLV1(isCloud());
309+
String jdbcURL = jdbcURLV2(isCloud());
310310
LOGGER.info("JDBC URL: " + jdbcURL);
311311

312312
try {

0 commit comments

Comments
 (0)