Skip to content

Commit

Permalink
Fix incorrect type mapping docs for ClickHouse
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo authored and ebyhr committed Jan 17, 2022
1 parent fc8db0a commit 8854c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/sphinx/connector/clickhouse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ ClickHouse Trino Notes
``String`` ``VARBINARY`` Enabling ``clickhouse.map-string-as-varchar`` config property changes the mapping to ``VARCHAR``
``Date`` ``DATE``
``DateTime`` ``TIMESTAMP``
``IPv4`` ``VARCHAR``
``IPv4`` ``IPADDRESS``
``IPv6`` ``IPADDRESS``
``Enum8`` ``IPADDRESS``
``Enum8`` ``VARCHAR``
``Enum16`` ``VARCHAR``
``UUID`` ``UUID``
================= =============== ===================================================================================================
Expand Down

0 comments on commit 8854c97

Please sign in to comment.