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 5908f6797b [hotfix] fix markdown heading level (#5474)
5908f6797b is described below

commit 5908f6797ba35269d0baea2cad71956b4d764cae
Author: CaoZhen <[email protected]>
AuthorDate: Tue Apr 15 22:48:16 2025 +0800

    [hotfix] fix markdown heading level (#5474)
---
 docs/content/concepts/spec/datafile.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/concepts/spec/datafile.md 
b/docs/content/concepts/spec/datafile.md
index 923a8da582..75df2f588d 100644
--- a/docs/content/concepts/spec/datafile.md
+++ b/docs/content/concepts/spec/datafile.md
@@ -83,7 +83,7 @@ relationship between various table types and buckets in 
Paimon:
 The name of data file is `data-${uuid}-${id}.${format}`. For the append table, 
the file stores the data of the table
 without adding any new columns. But for the primary key table, each row of 
data stores additional system columns:
 
-## Table with Primary key Data File
+### Table with Primary key Data File
 
 1. Primary key columns, `_KEY_` prefix to key columns, this is to avoid 
conflicts with columns of the table. It's optional,
    Paimon version 1.0 and above will retrieve the primary key fields from 
value_columns.
@@ -107,7 +107,7 @@ Its file has 6 columns: `_KEY_a`, `_VALUE_KIND`, 
`_SEQUENCE_NUMBER`, `a`, `b`, `
 
 When `data-file.thin-mode` enabled, its file has 5 columns: `_VALUE_KIND`, 
`_SEQUENCE_NUMBER`, `a`, `b`, `c`.
 
-## Table w/o Primary key Data File
+### Table w/o Primary key Data File
 
 - Value columns. All columns declared in the table.
 

Reply via email to