Skip to content

Commit 9f4e435

Browse files
committed
The link https://iceberg.apache.org/concepts/catalog/ doesn't exist anymore.
1 parent 06d5231 commit 9f4e435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/content/in-dev/unreleased/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ or namespaces have been created yet for Catalog2 or Catalog3.
5656
In Polaris, you can create one or more catalog resources to organize Iceberg tables.
5757

5858
Configure your catalog by setting values in the storage configuration for S3, Azure, or Google Cloud Storage. An Iceberg catalog enables a
59-
query engine to manage and organize tables. The catalog forms the first architectural layer in the [Apache Iceberg™ table specification](https://iceberg.apache.org/spec/#overview) and must support the following tasks:
59+
query engine to manage and organize tables. The catalog forms the first architectural layer in the [Apache Iceberg™ table specification](https://iceberg.apache.org/spec/#iceberg-table-spec) and must support the following tasks:
6060

6161
- Storing the current metadata pointer for one or more Iceberg tables. A metadata pointer maps a table name to the location of that table's
6262
current metadata file.
6363

6464
- Performing atomic operations so that you can update the current metadata pointer for a table to the metadata pointer of a new version of
6565
the table.
6666

67-
To learn more about Iceberg catalogs, see the [Apache Iceberg™ documentation](https://iceberg.apache.org/concepts/catalog/).
67+
To learn more about Iceberg REST catalogs, see the [Apache Iceberg™ REST catalog specification](https://iceberg.apache.org/rest-catalog-spec/).
6868

6969
#### Catalog types
7070

0 commit comments

Comments
 (0)