Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### Deprecations

Expand Down
4 changes: 1 addition & 3 deletions site/content/in-dev/unreleased/generic-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# specific language governing permissions and limitations
# under the License.
#
title: Generic Table (Beta)
title: Generic Table
type: docs
weight: 435
---
Expand All @@ -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:
Expand Down