This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 9f8e151c7 [hotfix][doc] Fix typo in manage-snapshots (#1703)
9f8e151c7 is described below
commit 9f8e151c74c0905b23b4d9474afbeabe56ea93a9
Author: Wang Luning <[email protected]>
AuthorDate: Wed Aug 2 10:11:01 2023 +0800
[hotfix][doc] Fix typo in manage-snapshots (#1703)
---
docs/content/maintenance/manage-snapshots.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/maintenance/manage-snapshots.md
b/docs/content/maintenance/manage-snapshots.md
index 7b6bd8818..ca4e99be4 100644
--- a/docs/content/maintenance/manage-snapshots.md
+++ b/docs/content/maintenance/manage-snapshots.md
@@ -30,7 +30,7 @@ This section will describe the management and behavior
related to snapshots.
## Expire Snapshots
-Paimon writers generates one or two [snapshots]({{< ref
"concepts/basic-concepts#snapshots" >}}) per commit. Each snapshot may add some
new data files or mark some old data files as deleted. However, the marked data
files are not truly deleted because Paimon also supports time traveling to an
earlier snapshot. They are only deleted when the snapshot expires.
+Paimon writers generate one or two [snapshots]({{< ref
"concepts/basic-concepts#snapshots" >}}) per commit. Each snapshot may add some
new data files or mark some old data files as deleted. However, the marked data
files are not truly deleted because Paimon also supports time traveling to an
earlier snapshot. They are only deleted when the snapshot expires.
Currently, expiration is automatically performed by Paimon writers when
committing new changes. By expiring old snapshots, old data files and metadata
files that are no longer used can be deleted to release disk space.