From ffef3165b4991770a173900596811b70e2cbc225 Mon Sep 17 00:00:00 2001 From: Jingsong Date: Wed, 25 Dec 2024 16:08:13 +0800 Subject: [PATCH] [doc] Add EXTERNAL_PATH to manifest doc --- docs/content/concepts/spec/manifest.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/concepts/spec/manifest.md b/docs/content/concepts/spec/manifest.md index 9cc5afca0f58..60677d86255d 100644 --- a/docs/content/concepts/spec/manifest.md +++ b/docs/content/concepts/spec/manifest.md @@ -86,8 +86,9 @@ The data file meta is: 13. _CREATION_TIME: TIMESTAMP_MILLIS, creation time of this file. 14. _DELETE_ROW_COUNT: BIGINT, rowCount = addRowCount + deleteRowCount. 15. _EMBEDDED_FILE_INDEX: BYTES, if data file index is too small, store the index in manifest. -16. _FILE_SOURCE: TINYINT, indicate whether this file is generated as an APPEND or COMPACT file -17. _VALUE_STATS_COLS: ARRAY, statistical column in metadata +16. _FILE_SOURCE: TINYINT, indicate whether this file is generated as an APPEND or COMPACT file. +17. _VALUE_STATS_COLS: ARRAY, statistical column in metadata. +18. _EXTERNAL_PATH: external path of this file, null if it is in warehouse. ### Index Manifest