jacobmarble commented on code in PR #8683: URL: https://github.com/apache/iceberg/pull/8683#discussion_r1375335785
########## format/spec.md: ########## @@ -177,8 +177,10 @@ A **`map`** is a collection of key-value pairs with a key type and a value type. | **`decimal(P,S)`** | Fixed-point decimal; precision P, scale S | Scale is fixed [1], precision must be 38 or less | | **`date`** | Calendar date without timezone or time | | | **`time`** | Time of day without date, timezone | Microsecond precision [2] | -| **`timestamp`** | Timestamp without timezone | Microsecond precision [2] | -| **`timestamptz`** | Timestamp with timezone | Stored as UTC [2] | +| **`timestamp`** | Timestamp, microsecond precision, without timezone | [2] | +| **`timestamptz`** | Timestamp, microsecond precision, with timezone | [2] | +| **`timestamp_ns`** | Timestamp, nanosecond precision, without timezone | [2] | [v3](#version-3) | +| **`timestamptz_ns`** | Timestamp, nanosecond precision, with timezone | [2] | [v3](#version-3) | Review Comment: PTAL. I could also fill in the other rows with v1. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org