From 3dc16aba02251a39fd645951765a8d355bd36ff2 Mon Sep 17 00:00:00 2001 From: shiwei10 Date: Fri, 1 Nov 2024 18:01:41 +0800 Subject: [PATCH] [doc]update fileSource and valueStatsCols in manifest.md --- 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 35d5d8481efb..bc7318331a51 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