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 482a23face [doc] Update fileindex.md to string (#5517)
482a23face is described below

commit 482a23facee592fe5dab88c95a48b2850e5ecf07
Author: CaoZhen <[email protected]>
AuthorDate: Wed Apr 23 09:25:50 2025 +0800

    [doc] Update fileindex.md to string (#5517)
---
 docs/content/concepts/spec/fileindex.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/concepts/spec/fileindex.md 
b/docs/content/concepts/spec/fileindex.md
index 2dcd7dbfb7..2cede8afe1 100644
--- a/docs/content/concepts/spec/fileindex.md
+++ b/docs/content/concepts/spec/fileindex.md
@@ -73,9 +73,9 @@ magic:                            8 bytes long, value is 
1493475289347502L, BIG_
 version:                          4 bytes int, BIG_ENDIAN
 head length:                      4 bytes int, BIG_ENDIAN
 column number:                    4 bytes int, BIG_ENDIAN
-column x name:                    2 bytes short BIG_ENDIAN and Java 
modified-utf-8
+column x name:                    var bytes, Java modified-utf-8
 index number:                     4 bytes int (how many column items below), 
BIG_ENDIAN
-index name x:                     2 bytes short BIG_ENDIAN and Java 
modified-utf-8
+index name x:                     var bytes, Java modified-utf-8
 start pos:                        4 bytes int, BIG_ENDIAN
 length:                           4 bytes int, BIG_ENDIAN
 redundant length:                 4 bytes int (for compatibility with later 
versions, in this version, content is zero)

Reply via email to