jiangxt2 commented on code in PR #11995: URL: https://github.com/apache/gravitino/pull/11995#discussion_r3567672780
########## docs/jdbc-doris-catalog.md: ########## @@ -115,34 +115,95 @@ 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[(p)]` | `Datetime[(p)]` | -| `VarChar` | `VarChar` | -| `FixedChar` | `Char` | -| `String` | `String` | - +| Gravitino Type | Doris Type | +|----------------------------|------------------------------| Review Comment: Done. Removed the spaces around / in Date/DateV2 and Binary/VarBinary. ########## docs/jdbc-doris-catalog.md: ########## @@ -151,36 +212,79 @@ Unsupported for now. ### Table Indexes -- Supports PRIMARY_KEY +The Doris catalog supports the following index types. Each index applies to a single column. + +| Gravitino Index Type | Doris DDL | Doris Version | +|---------------------|-----------|---------------| Review Comment: Done. Aligned the column widths of the index table for consistent formatting. -- 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]
