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

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f7b600e7 Docs: Fix broken link to expiration properties (#4939)
7f7b600e7 is described below

commit 7f7b600e7ab4df5f3ffa6607818119650b42a922
Author: polaris6 <[email protected]>
AuthorDate: Mon Jun 6 02:13:02 2022 +0800

    Docs: Fix broken link to expiration properties (#4939)
---
 docs/spark/spark-procedures.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/spark/spark-procedures.md b/docs/spark/spark-procedures.md
index e68733814..9d44adeb5 100644
--- a/docs/spark/spark-procedures.md
+++ b/docs/spark/spark-procedures.md
@@ -203,7 +203,7 @@ the `expire_snapshots` procedure will never remove files 
which are still require
 | `max_concurrent_deletes` |    | int       | Size of the thread pool used for 
delete file actions (by default, no thread pool is used) |
 | `stream_results` |    | boolean       | When true, deletion files will be 
sent to Spark driver by RDD partition (by default, all the files will be sent 
to Spark driver). This option is recommended to set to `true` to prevent Spark 
driver OOM from large file size |
 
-If `older_than` and `retain_last` are omitted, the table's [expiration 
properties](./configuration/#table-behavior-properties) will be used.
+If `older_than` and `retain_last` are omitted, the table's [expiration 
properties](../configuration/#table-behavior-properties) will be used.
 
 #### Output
 

Reply via email to