Skip to content

Commit

Permalink
Fix incorrect mapping in ClickHouse type mapping document
Browse files Browse the repository at this point in the history
Reading DateTime from ClickHouse should be mapped to Trino TIMESTAMP(0).
  • Loading branch information
tangjiangling authored and hashhar committed Nov 4, 2022
1 parent d649248 commit 5320ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/connector/clickhouse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ to the following table:
- ``DATE``
-
* - ``DateTime``
- ``TIMESTAMP``
- ``TIMESTAMP(0)``
-
* - ``IPv4``
- ``IPADDRESS``
Expand Down

0 comments on commit 5320ccd

Please sign in to comment.