From 30ed0a8b8132e3d22bcea132678fb36a9176410e Mon Sep 17 00:00:00 2001 From: polaris6 Date: Wed, 18 May 2022 12:09:36 +0800 Subject: [PATCH] Add support for table spec version 2 in Iceberg doc --- docs/src/main/sphinx/connector/iceberg.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/sphinx/connector/iceberg.rst b/docs/src/main/sphinx/connector/iceberg.rst index 5daee9b276fa..c017dc145055 100644 --- a/docs/src/main/sphinx/connector/iceberg.rst +++ b/docs/src/main/sphinx/connector/iceberg.rst @@ -10,7 +10,7 @@ Apache Iceberg is an open table format for huge analytic datasets. The Iceberg connector allows querying data stored in files written in Iceberg format, as defined in the `Iceberg Table Spec `_. It supports Apache -Iceberg table spec version 1. +Iceberg table spec version 1 and 2. The Iceberg table state is maintained in metadata files. All changes to table state create a new metadata file and replace the old metadata with an atomic swap.