5 ms·
I thought 1.9.0 already had at least some of the v3 features, like the variant type and column lineages? https://iceberg.apache.org/releases/#190-release https:
by fabatka 1y ago
I thought 1.9.0 already had at least some of the v3 features, like the variant type and column lineages? https://iceberg.apache.org/releases/#190-release https://iceberg.apache.org/releases/#190-release
Of course I haven't seen any implementations supporting these yet.
- talatuyarer 1y agoYes, the specification will be finalized with version 1.10. Previous versions also include specification changes. Iceberg's implementation of V3 occurs in three stages: Specification Change, Core Implementation, and Spark/Flink Implementation. So far only Variant is supported in Spark and with 1.10 Spark will support nano timestamp and unknowntype I believe.