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/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 23834ed77 [doc] update fileSource and valueStatsCols in manifest.md
(#4431)
23834ed77 is described below
commit 23834ed775b763a0568f4d25c915bab75f86787c
Author: Jarrod <[email protected]>
AuthorDate: Fri Nov 1 20:03:30 2024 +0800
[doc] update fileSource and valueStatsCols in manifest.md (#4431)
---
docs/content/concepts/spec/manifest.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/content/concepts/spec/manifest.md
b/docs/content/concepts/spec/manifest.md
index 35d5d8481..bc7318331 100644
--- a/docs/content/concepts/spec/manifest.md
+++ b/docs/content/concepts/spec/manifest.md
@@ -86,6 +86,8 @@ The data file meta is:
13. creationTime: creation time of this file.
14. deleteRowCount: rowCount = addRowCount + deleteRowCount.
15. embeddedIndex: if data file index is too small, store the index in
manifest.
+16. fileSource: indicate whether this file is generated as an APPEND or
COMPACT file
+17. valueStatsCols: statistical column in metadata
### Index Manifest