This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new a0680bd0ab [doc] update totalRecordCount and deltaRecordCount in 
understand-files.md (#4694)
a0680bd0ab is described below

commit a0680bd0ab5ae9d2833a4e27ad923ce8a7061545
Author: jiangmengmeng <[email protected]>
AuthorDate: Thu Dec 12 17:03:39 2024 +0800

    [doc] update totalRecordCount and deltaRecordCount in understand-files.md 
(#4694)
---
 docs/content/learn-paimon/understand-files.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/learn-paimon/understand-files.md 
b/docs/content/learn-paimon/understand-files.md
index 8f67f85eee..fea6d30a04 100644
--- a/docs/content/learn-paimon/understand-files.md
+++ b/docs/content/learn-paimon/understand-files.md
@@ -316,8 +316,8 @@ made and contains the following information:
   "commitKind" : "COMPACT",
   "timeMillis" : 1684163217960,
   "logOffsets" : { },
-  "totalRecordCount" : 38,
-  "deltaRecordCount" : 20,
+  "totalRecordCount" : 2,
+  "deltaRecordCount" : -16,
   "changelogRecordCount" : 0,
   "watermark" : -9223372036854775808
 }

Reply via email to