This is an automated email from the ASF dual-hosted git repository. yzou pushed a commit to branch yzou-remove-generic-table-beta in repository https://gitbox.apache.org/repos/asf/polaris.git
commit dec70b934b2707c416efe7106d728b2c18f9cc73 Author: Yun Zou <[email protected]> AuthorDate: Wed Nov 19 10:46:32 2025 -0800 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 e715a2a2c..cecab0ed5 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 3c48338d0..a56824860 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:
