This is an automated email from the ASF dual-hosted git repository.
kerwin 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 83dac9293 [doc] Fix wrong maxKey definition in specification document
(#3683)
83dac9293 is described below
commit 83dac9293fb915da54832ed64aa23fcbab8167ba
Author: Houliang Qi <[email protected]>
AuthorDate: Fri Jul 5 17:57:33 2024 +0800
[doc] Fix wrong maxKey definition in specification document (#3683)
---
docs/content/concepts/specification.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/concepts/specification.md
b/docs/content/concepts/specification.md
index 3116f2eed..edbe74e74 100644
--- a/docs/content/concepts/specification.md
+++ b/docs/content/concepts/specification.md
@@ -157,7 +157,7 @@ The data file meta is:
2. fileSize: file size.
3. rowCount: total number of rows (including add & delete) in this file.
4. minKey: the minimum key of this file.
-5. minKey: the maximum key of this file.
+5. maxKey: the maximum key of this file.
6. keyStats: the statistics of the key.
7. valueStats: the statistics of the value.
8. minSequenceNumber: the minimum sequence number.