Skip to content

Commit

Permalink
[doc] Add EXTERNAL_PATH to manifest doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Dec 25, 2024
1 parent 1a56fb2 commit ffef316
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/content/concepts/spec/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ffef316

Please sign in to comment.