mchades commented on code in PR #6657:
URL: https://github.com/apache/gravitino/pull/6657#discussion_r2128140690


##########
docs/jdbc-doris-catalog.md:
##########
@@ -86,21 +86,21 @@ Please refer to
 
 #### Table column types
 
-| Gravitino Type | Doris Type |
-|----------------|------------|
-| `Boolean`      | `Boolean`  |
-| `Byte`         | `TinyInt`  |
-| `Short`        | `SmallInt` |
-| `Integer`      | `Int`      |
-| `Long`         | `BigInt`   |
-| `Float`        | `Float`    |
-| `Double`       | `Double`   |
-| `Decimal`      | `Decimal`  |
-| `Date`         | `Date`     |
-| `Timestamp`    | `Datetime` |
-| `VarChar`      | `VarChar`  |
-| `FixedChar`    | `Char`     |
-| `String`       | `String`   |
+| Gravitino Type | Doris Type    |
+|----------------|---------------|
+| `Boolean`      | `Boolean`     |
+| `Byte`         | `TinyInt`     |
+| `Short`        | `SmallInt`    |
+| `Integer`      | `Int`         |
+| `Long`         | `BigInt`      |
+| `Float`        | `Float`       |
+| `Double`       | `Double`      |
+| `Decimal`      | `Decimal`     |
+| `Date`         | `Date`        |
+| `Timestamp[p]` | `Datetime[p]` |

Review Comment:
   Timestamp(p)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to