This is an automated email from the ASF dual-hosted git repository.
huaxingao 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 2f719657a9 [Doc Update] Iceberg type to Spark type table (#14413)
2f719657a9 is described below
commit 2f719657a9a36f2d69b3e6e63294e1ae51aabac1
Author: Kurtis Wright <[email protected]>
AuthorDate: Fri Oct 24 14:54:09 2025 -0700
[Doc Update] Iceberg type to Spark type table (#14413)
Added as part of this PR -
https://github.com/apache/iceberg/pull/13445/files#diff-5020f749a706f5eb2fd1ae3607d0578f0a06496db0363bf71a7e65af85af9a1a
Will send out an Iceberg PR after this one to add support for parquet in
Spark 3.5, then will drop the Spark 4.0+ note in this table.
---
docs/docs/spark-getting-started.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/docs/spark-getting-started.md
b/docs/docs/spark-getting-started.md
index a27b4c6ec7..77b919cb76 100644
--- a/docs/docs/spark-getting-started.md
+++ b/docs/docs/spark-getting-started.md
@@ -190,7 +190,7 @@ This type conversion table describes how Iceberg types are
converted to the Spar
| map | map | |
| nanosecond timestamp | | Not supported |
| nanosecond timestamp with timezone | | Not supported |
-| unknown | | Not supported |
+| unknown | null | Spark 4.0+ |
| variant | variant | Spark 4.0+ |
| geometry | | Not supported |
| geography | | Not supported |