Skip to content

Commit

Permalink
[doc] Update logOffsets in snapshot.md (#4444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward-Gavin authored Nov 5, 2024
1 parent 9339ee6 commit 5df7eed
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/content/concepts/spec/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ Snapshot File is JSON, it includes:
9. commitIdentifier: transaction id corresponding to streaming write, each transaction may result in multiple commits for different commitKinds.
10. commitKind: type of changes in this snapshot, including append, compact, overwrite and analyze.
11. timeMillis: commit time millis.
12. totalRecordCount: record count of all changes occurred in this snapshot.
13. deltaRecordCount: record count of all new changes occurred in this snapshot.
14. changelogRecordCount: record count of all changelog produced in this snapshot.
15. watermark: watermark for input records, from Flink watermark mechanism, Long.MIN_VALUE if there is no watermark.
16. statistics: stats file name for statistics of this table.
12. logOffsets: commit log offsets.
13. totalRecordCount: record count of all changes occurred in this snapshot.
14. deltaRecordCount: record count of all new changes occurred in this snapshot.
15. changelogRecordCount: record count of all changelog produced in this snapshot.
16. watermark: watermark for input records, from Flink watermark mechanism, Long.MIN_VALUE if there is no watermark.
17. statistics: stats file name for statistics of this table.

0 comments on commit 5df7eed

Please sign in to comment.