This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch release-1.0 in repository https://gitbox.apache.org/repos/asf/paimon.git
commit 828e85e72ef974bbf2316098f8dc1825d50bc2dd Author: Jingsong <[email protected]> AuthorDate: Wed Dec 25 16:08:13 2024 +0800 [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 9cc5afca0f..60677d8625 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<STRING>, 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<STRING>, statistical column in metadata. +18. _EXTERNAL_PATH: external path of this file, null if it is in warehouse. ### Index Manifest
