From 5df7eedd1f8e876f2502b8b105f3d82a316cf0c3 Mon Sep 17 00:00:00 2001 From: Jarrod Date: Tue, 5 Nov 2024 16:28:14 +0800 Subject: [PATCH] [doc] Update logOffsets in snapshot.md (#4444) --- docs/content/concepts/spec/snapshot.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/content/concepts/spec/snapshot.md b/docs/content/concepts/spec/snapshot.md index 30b5fa0d0bd2..f000a07da129 100644 --- a/docs/content/concepts/spec/snapshot.md +++ b/docs/content/concepts/spec/snapshot.md @@ -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.