From 2dc8d73d7a7ee9d28b162a020c33119bde629f60 Mon Sep 17 00:00:00 2001 From: v-jizhang Date: Wed, 23 Mar 2022 14:44:31 -0700 Subject: [PATCH] Fix style in Kudu documentation Cherry-pick of https://github.com/trinodb/trino/pull/11444 Co-authored-by: dch nguyen --- .../src/main/sphinx/connector/kudu.rst | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) 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 | +-----------------------+-----------------------+-----------------------+