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

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


The following commit(s) were added to refs/heads/main by this push:
     new 018b70a61 [#3185] fix(doc): Use the iceberg 1.5 version url in doc 
(#3212)
018b70a61 is described below

commit 018b70a61fb21dbe86f24a3c5e398f5fea9b0920
Author: lwyang <[email protected]>
AuthorDate: Thu Aug 1 21:11:00 2024 +0800

    [#3185] fix(doc): Use the iceberg 1.5 version url in doc (#3212)
    
    ### What changes were proposed in this pull request?
    
    we found the `https://iceberg.apache.org/docs/1.3.1/configuration/` url
    doesn't work, we shoud use the latest version url to avoid this
    
    ### Why are the changes needed?
    
    Fix: #3185
    
    ### Does this PR introduce _any_ user-facing change?
    
    N/A
    
    ### How was this patch tested?
    
    N/A
---
 docs/iceberg-rest-service.md                  | 4 ++--
 docs/lakehouse-iceberg-catalog.md             | 2 +-
 docs/spark-connector/spark-catalog-iceberg.md | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/iceberg-rest-service.md b/docs/iceberg-rest-service.md
index 0e7f93668..c027bbd35 100644
--- a/docs/iceberg-rest-service.md
+++ b/docs/iceberg-rest-service.md
@@ -108,7 +108,7 @@ You must download the corresponding JDBC driver to the 
`catalogs/lakehouse-icebe
 
 ### Other Apache Iceberg catalog properties
 
-You can add other properties defined in [Iceberg catalog 
properties](https://iceberg.apache.org/docs/1.3.1/configuration/#catalog-properties).
+You can add other properties defined in [Iceberg catalog 
properties](https://iceberg.apache.org/docs/1.5.2/configuration/#catalog-properties).
 The `clients` property for example:
 
 | Configuration item                          | Description                    
      | Default value | Required |
@@ -161,7 +161,7 @@ Normally you will see the output like 
`{"defaults":{},"overrides":{}}%`.
 
 ### Deploying Apache Spark with Apache Iceberg support
 
-Follow the [Spark Iceberg start 
guide](https://iceberg.apache.org/docs/latest/getting-started/) to set up 
Apache Spark's and Apache Iceberg's environment. 
+Follow the [Spark Iceberg start 
guide](https://iceberg.apache.org/docs/1.5.2/getting-started/) to set up Apache 
Spark's and Apache Iceberg's environment. 
 
 ### Starting the Apache Spark client with the Apache Iceberg REST catalog
 
diff --git a/docs/lakehouse-iceberg-catalog.md 
b/docs/lakehouse-iceberg-catalog.md
index 7951fd57b..1523b6e06 100644
--- a/docs/lakehouse-iceberg-catalog.md
+++ b/docs/lakehouse-iceberg-catalog.md
@@ -253,7 +253,7 @@ Meanwhile, the data types other than listed above are 
mapped to Gravitino **[Ext
 
 ### Table properties
 
-You can pass [Iceberg table 
properties](https://web.archive.org/web/20231210013537/https://iceberg.apache.org/docs/1.3.1/configuration/)
 to Gravitino when creating an Iceberg table.
+You can pass [Iceberg table 
properties](https://iceberg.apache.org/docs/1.5.2/configuration/) to Gravitino 
when creating an Iceberg table.
 
 The Gravitino server doesn't allow passing the following reserved fields.
 
diff --git a/docs/spark-connector/spark-catalog-iceberg.md 
b/docs/spark-connector/spark-catalog-iceberg.md
index f6ced796d..db5fa27c7 100644
--- a/docs/spark-connector/spark-catalog-iceberg.md
+++ b/docs/spark-connector/spark-catalog-iceberg.md
@@ -93,7 +93,7 @@ SELECT * FROM employee FOR SYSTEM_TIME AS OF '2024-05-27 
01:01:00';
 DESC EXTENDED employee;
 ```
 
-For more details about `CALL`, please refer to the [Spark Procedures 
description](https://iceberg.apache.org/docs/latest/spark-procedures/#spark-procedures)
 in Iceberg official document. 
+For more details about `CALL`, please refer to the [Spark Procedures 
description](https://iceberg.apache.org/docs/1.5.2/spark-procedures/#spark-procedures)
 in Iceberg official document. 
 
 ## Apache Iceberg backend-catalog support
 - HiveCatalog

Reply via email to