This is an automated email from the ASF dual-hosted git repository.
ipolyzos pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new 371651986 [hotfix] Fix auto partitioning link for TTL page (#1785)
371651986 is described below
commit 37165198695f6670e54694ada5014d612143f143
Author: Liebing <[email protected]>
AuthorDate: Mon Oct 13 00:57:35 2025 +0800
[hotfix] Fix auto partitioning link for TTL page (#1785)
---
website/docs/table-design/data-distribution/ttl.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/table-design/data-distribution/ttl.md
b/website/docs/table-design/data-distribution/ttl.md
index 80c5e89aa..d356c1e33 100644
--- a/website/docs/table-design/data-distribution/ttl.md
+++ b/website/docs/table-design/data-distribution/ttl.md
@@ -8,4 +8,4 @@ sidebar_position: 3
Fluss supports TTL for data by setting the TTL attribute for tables with
`'table.log.ttl' = '<duration>'` (default is 7 days). Fluss can periodically
and automatically check for and clean up expired data in the table.
For log tables, this attribute indicates the expiration time of the log table
data.
-For primary key tables, this attribute indicates the expiration time of the
changelog and does not represent the expiration time of the primary key table
data. If you also want the data in the primary key table to expire
automatically, please use [auto partitioning](partitioning.md).
+For primary key tables, this attribute indicates the expiration time of the
changelog and does not represent the expiration time of the primary key table
data. If you also want the data in the primary key table to expire
automatically, please use [auto
partitioning](partitioning.md#auto-partitioning).