This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 0d2707eaab Docs: Add missing v3 data types to status page (#16228)
0d2707eaab is described below
commit 0d2707eaab3f1629bdcb55fdb5100fa256c83d19
Author: Manu Zhang <[email protected]>
AuthorDate: Thu May 7 00:41:29 2026 +0800
Docs: Add missing v3 data types to status page (#16228)
---
site/docs/status.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/site/docs/status.md b/site/docs/status.md
index a7d2cfb385..51d2f72715 100644
--- a/site/docs/status.md
+++ b/site/docs/status.md
@@ -49,11 +49,14 @@ This section lists the libraries that implement the Apache
Iceberg specification
| timestamptz | Y | Y | Y | Y | Y |
| timestamp_ns | Y | Y | Y | Y | N |
| timestamptz_ns | Y | Y | Y | Y | N |
+| unknown | Y | Y | N | Y | N |
| string | Y | Y | Y | Y | Y |
| uuid | Y | Y | Y | Y | N |
| fixed | Y | Y | Y | Y | Y |
| binary | Y | Y | Y | Y | Y |
| variant | Y | Y | Y | Y | N |
+| geometry | Y | N | N | N | N |
+| geography | Y | N | N | N | N |
| list | Y | Y | Y | Y | Y |
| map | Y | Y | Y | Y | Y |
| struct | Y | Y | Y | Y | Y |