predator4ann commented on code in PR #6657: URL: https://github.com/apache/gravitino/pull/6657#discussion_r2218451248
########## docs/lakehouse-iceberg-catalog.md: ########## @@ -232,25 +232,25 @@ If you doesn't specify distribution expressions, the table distribution will be ### Table column types -| Gravitino Type | Apache Iceberg Type | -|-----------------------------|-----------------------------| -| `Struct` | `Struct` | -| `Map` | `Map` | -| `List` | `Array` | -| `Boolean` | `Boolean` | -| `Integer` | `Integer` | -| `Long` | `Long` | -| `Float` | `Float` | -| `Double` | `Double` | -| `String` | `String` | -| `Date` | `Date` | -| `Time` | `Time` | -| `TimestampType withZone` | `TimestampType withZone` | -| `TimestampType withoutZone` | `TimestampType withoutZone` | -| `Decimal` | `Decimal` | -| `Fixed` | `Fixed` | -| `Binary` | `Binary` | -| `UUID` | `UUID` | +| Gravitino Type | Apache Iceberg Type | +|-------------------|-----------------------------| +| `Struct` | `Struct` | +| `Map` | `Map` | +| `List` | `Array` | +| `Boolean` | `Boolean` | +| `Integer` | `Integer` | +| `Long` | `Long` | +| `Float` | `Float` | +| `Double` | `Double` | +| `String` | `String` | +| `Date` | `Date` | +| `Time[6]` | `Time` | +| `Timestamp[6]` | `TimestampType withZone` | +| `Timestamp_tz[6]` | `TimestampType withoutZone` | Review Comment: done -- 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]
