diff --git a/presto-docs/src/main/sphinx/connector/kudu.rst b/presto-docs/src/main/sphinx/connector/kudu.rst index 442343631779a..50929efe2c3fc 100644 --- a/presto-docs/src/main/sphinx/connector/kudu.rst +++ b/presto-docs/src/main/sphinx/connector/kudu.rst @@ -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 | +-----------------------+-----------------------+-----------------------+