From f7f390e7ef5ba8aa6765851d0d9f27a8db8e1db5 Mon Sep 17 00:00:00 2001 From: Colebow Date: Wed, 1 Mar 2023 15:48:26 -0800 Subject: [PATCH] Remove note about legacy Clickhouse driver --- docs/src/main/sphinx/connector/clickhouse.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/src/main/sphinx/connector/clickhouse.rst b/docs/src/main/sphinx/connector/clickhouse.rst index ee7d91bc61e6..668e3fdb54e8 100644 --- a/docs/src/main/sphinx/connector/clickhouse.rst +++ b/docs/src/main/sphinx/connector/clickhouse.rst @@ -47,15 +47,6 @@ determine the user credentials for the connection, often a service user. You can use :doc:`secrets ` to avoid actual values in the catalog properties files. -.. note:: - - Trino uses the new ClickHouse driver(``com.clickhouse.jdbc.ClickHouseDriver``) - by default, but the new driver only supports ClickHouse server with version >= 20.7. - - For compatibility with ClickHouse server versions < 20.7, - you can temporarily continue to use the old ClickHouse driver(``ru.yandex.clickhouse.ClickHouseDriver``) - by adding the following catalog property: ``clickhouse.legacy-driver=true``. - .. _clickhouse-tls: Connection security