From dec70b934b2707c416efe7106d728b2c18f9cc73 Mon Sep 17 00:00:00 2001 From: Yun Zou Date: Wed, 19 Nov 2025 10:46:32 -0800 Subject: [PATCH 1/2] remove beta label --- CHANGELOG.md | 1 + site/content/in-dev/unreleased/generic-table.md | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e715a2a2cb..cecab0ed55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,7 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti - `client.region` is no longer considered a "credential" property (related to Iceberg REST Catalog API). - Relaxed the requirements for S3 storage's ARN to allow Polaris to connect to more non-AWS S3 storage appliances. - Added checksum to helm deployment so that it will restart when the configmap has changed. +- Removed beta label for Generic Table. ### Deprecations diff --git a/site/content/in-dev/unreleased/generic-table.md b/site/content/in-dev/unreleased/generic-table.md index 3c48338d01..a568248605 100644 --- a/site/content/in-dev/unreleased/generic-table.md +++ b/site/content/in-dev/unreleased/generic-table.md @@ -17,7 +17,7 @@ # specific language governing permissions and limitations # under the License. # -title: Generic Table (Beta) +title: Generic Table type: docs weight: 435 --- @@ -28,8 +28,6 @@ The Generic Table in Apache Polaris is designed to provide support for non-Icebe - Drop a generic table - List all generic tables under a namespace -**NOTE** The current generic table is in beta release. Please use it with caution and report any issue if encountered. - ## What is a Generic Table? A generic table in Polaris is an entity that defines the following fields: From 8e36fda970d8e471a88330713c2345f331fb2155 Mon Sep 17 00:00:00 2001 From: Yun Zou Date: Wed, 19 Nov 2025 11:11:49 -0800 Subject: [PATCH 2/2] address comments for change log --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cecab0ed55..68ba8e5c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,7 +63,7 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti - `client.region` is no longer considered a "credential" property (related to Iceberg REST Catalog API). - Relaxed the requirements for S3 storage's ARN to allow Polaris to connect to more non-AWS S3 storage appliances. - Added checksum to helm deployment so that it will restart when the configmap has changed. -- Removed beta label for Generic Table. +- Generic Table is no longer in beta and is generally-available. ### Deprecations