jiayuasu commented on code in PR #14888:
URL: https://github.com/apache/iceberg/pull/14888#discussion_r2650213367
##########
docs/docs/schemas.md:
##########
@@ -34,9 +34,16 @@ Iceberg tables support the following types:
| **`time`** | Time of day without date, timezone
| Stored as microseconds |
| **`timestamp`** | Timestamp without timezone
| Stored as microseconds |
| **`timestamptz`** | Timestamp with timezone
| Stored as microseconds |
+| **`timestamp_ns`** | Timestamp without timezone, nanosecond precision
| Stored as nanoseconds; added in v3 |
+| **`timestamptz_ns`** | Timestamp with timezone, nanosecond precision
| Stored as nanoseconds; added in v3 |
| **`string`** | Arbitrary-length character sequences
| Encoded with UTF-8 |
+| **`uuid`** | Universally unique identifiers
| **`fixed(L)`** | Fixed-length byte array of length L
| |
| **`binary`** | Arbitrary-length byte array
| |
+| **`variant`** | Semi-structured data (JSON-like)
| Added in v3 |
+| **`geometry(C)`** | Geospatial features with CRS parameter
| Planar kernel; added in v3 |
+| **`geography(C, A)`** | Geospatial features with CRS and edge algorithm
| Spherical kernel; added in v3 |
Review Comment:
```suggestion
| **`geography(C, A)`** | Geospatial features with CRS and edge algorithm
| Non-linear edge-interpolation such as spherical; added
in v3 |
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]