From 69a5a3f1c0902218cd88ac280ec82f2cd0db6fc3 Mon Sep 17 00:00:00 2001 From: Amogh Jahagirdar Date: Wed, 29 May 2024 12:45:17 -0600 Subject: [PATCH] Update docs for Iceberg REST catalog view support --- docs/src/main/sphinx/object-storage/metastores.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/src/main/sphinx/object-storage/metastores.md b/docs/src/main/sphinx/object-storage/metastores.md index 4006722d598c..b56d38aebfd8 100644 --- a/docs/src/main/sphinx/object-storage/metastores.md +++ b/docs/src/main/sphinx/object-storage/metastores.md @@ -490,8 +490,10 @@ iceberg.catalog.type=rest iceberg.rest-catalog.uri=http://iceberg-with-rest:8181 ``` -The REST catalog does not support [view management](sql-view-management) or -[materialized view management](sql-materialized-view-management). +The REST catalog supports [view management](sql-view-management) +using the [Iceberg View specification](https://iceberg.apache.org/view-spec/). + +The REST catalog does not support [materialized view management](sql-materialized-view-management). (iceberg-jdbc-catalog)= ### JDBC catalog