Skip to content

Commit

Permalink
Remove note about legacy Clickhouse driver
Browse files Browse the repository at this point in the history
  • Loading branch information
colebow authored and ebyhr committed Mar 1, 2023
1 parent 6511f15 commit f7f390e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/src/main/sphinx/connector/clickhouse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@ determine the user credentials for the connection, often a service user. You can
use :doc:`secrets </security/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
Expand Down

0 comments on commit f7f390e

Please sign in to comment.