Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions presto-docs/src/main/sphinx/connector/kudu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,31 +213,31 @@ The data types of Presto and Kudu are mapped as far as possible:
| ``DECIMAL`` | ``DECIMAL`` | only supported for |
| | | Kudu server >= 1.7.0 |
+-----------------------+-----------------------+-----------------------+
| ``CHAR`` | - | not supported |
| ``CHAR`` | \- | not supported |
+-----------------------+-----------------------+-----------------------+
| ``DATE`` | - | not supported [2]_ |
| ``DATE`` | \- | not supported [2]_ |
+-----------------------+-----------------------+-----------------------+
| ``TIME`` | - | not supported |
| ``TIME`` | \- | not supported |
+-----------------------+-----------------------+-----------------------+
| ``JSON`` | - | not supported |
| ``JSON`` | \- | not supported |
+-----------------------+-----------------------+-----------------------+
| ``TIME WITH | - | not supported |
| ``TIME WITH | \- | not supported |
| TIMEZONE`` | | |
+-----------------------+-----------------------+-----------------------+
| ``TIMESTAMP WITH TIME | - | not supported |
| ``TIMESTAMP WITH TIME | \- | not supported |
| ZONE`` | | |
+-----------------------+-----------------------+-----------------------+
| ``INTERVAL YEAR TO MO | - | not supported |
| ``INTERVAL YEAR TO MO | \- | not supported |
| NTH`` | | |
+-----------------------+-----------------------+-----------------------+
| ``INTERVAL DAY TO SEC | - | not supported |
| ``INTERVAL DAY TO SEC | \- | not supported |
| OND`` | | |
+-----------------------+-----------------------+-----------------------+
| ``ARRAY`` | - | not supported |
| ``ARRAY`` | \- | not supported |
+-----------------------+-----------------------+-----------------------+
| ``MAP`` | - | not supported |
| ``MAP`` | \- | not supported |
+-----------------------+-----------------------+-----------------------+
| ``IPADDRESS`` | - | not supported |
| ``IPADDRESS`` | \- | not supported |
+-----------------------+-----------------------+-----------------------+


Expand Down