amogh-jahagirdar commented on code in PR #13744: URL: https://github.com/apache/iceberg/pull/13744#discussion_r2255001855
########## docs/docs/spark-getting-started.md: ########## @@ -188,6 +188,12 @@ This type conversion table describes how Iceberg types are converted to the Spar | struct | struct | | | list | array | | | map | map | | +| nanosecond timestamp | | Not supported | +| nanosecond timestamp with timezone | | Not supported | +| unknown | | Not supported | +| variant | | Not supported | Review Comment: There's a bit of nuance for variant depending on the spark version. In Spark 4, Iceberg variant is mapped to Spark VariantType. This would be in the 1.10 release. -- 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