This is an automated email from the ASF dual-hosted git repository.

yzou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new d5588c475 Remove 'beta' label for Generic Table (#3096)
d5588c475 is described below

commit d5588c47511407ba1a0e3a014ac6f21b5e8047c0
Author: Yun Zou <[email protected]>
AuthorDate: Fri Nov 21 15:01:53 2025 -0800

    Remove 'beta' label for Generic Table (#3096)
    
    * remove beta label
    
    * address comments for change log
    
    ---------
    
    Co-authored-by: Pierre Laporte <[email protected]>
---
 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 3ad9d759b..c544dcb03 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.
+- Generic Table is no longer in beta and is generally-available.
 - Added Windows support for Python client
 
 ### 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:

Reply via email to