Skip to content

Commit

Permalink
Fix style in Kudu documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dchvn authored and ebyhr committed Mar 18, 2022
1 parent b04cce1 commit e3760da
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/src/main/sphinx/connector/kudu.rst
Expand Up @@ -218,31 +218,31 @@ The data types of Trino 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

0 comments on commit e3760da

Please sign in to comment.