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

Gabriel39 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 62f924204ae [doc](lakehouse) Note file metadata column version (#4130)
62f924204ae is described below

commit 62f924204ae749d467acc5e59460a83142a8baa7
Author: Oliveira <[email protected]>
AuthorDate: Fri Sep 11 12:00:29 2026 +0800

    [doc](lakehouse) Note file metadata column version (#4130)
    
    ## Versions
    
    - [x] dev
    - [ ] 4.x
    - [ ] 3.x
    - [ ] 2.1 or older (not covered by version/language sync gate)
    
    ## Languages
    
    - [x] Chinese
    - [x] English
    
    ## Docs Checklist
    
    - [x] Checked by AI
    - [x] Test Cases Built
    - [x] Updated required version and language counterparts, or explained
    why not
    - [x] If only one language changed, confirmed whether source/translation
    counterparts need sync
    
    ## Summary
    
    Follow up on #4125 by noting that the Iceberg and Paimon file metadata
    columns are supported since Apache Doris 4.2.0. The version note is
    added consistently to the current/dev English and Chinese catalog
    documentation.
    
    ## Validation
    
    - `git diff --check`
    - Docs governance changed-file report
---
 docs/lakehouse/catalogs/iceberg-catalog.mdx                             | 2 ++
 docs/lakehouse/catalogs/paimon-catalog.mdx                              | 2 ++
 .../current/lakehouse/catalogs/iceberg-catalog.mdx                      | 2 ++
 .../current/lakehouse/catalogs/paimon-catalog.mdx                       | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/docs/lakehouse/catalogs/iceberg-catalog.mdx 
b/docs/lakehouse/catalogs/iceberg-catalog.mdx
index 1ba1b51daf0..fc99dc0a04d 100644
--- a/docs/lakehouse/catalogs/iceberg-catalog.mdx
+++ b/docs/lakehouse/catalogs/iceberg-catalog.mdx
@@ -1508,6 +1508,8 @@ SELECT * FROM iceberg.iceberg_db.iceberg_tbl LIMIT 10;
 
 ### File Metadata Columns
 
+> Supported since version 4.2.0.
+
 Doris exposes two hidden metadata columns for Iceberg data tables. You can use 
them to locate the physical data file and row that produced each query result.
 
 | Column | Type | Description |
diff --git a/docs/lakehouse/catalogs/paimon-catalog.mdx 
b/docs/lakehouse/catalogs/paimon-catalog.mdx
index ac51149b66a..c240677c949 100644
--- a/docs/lakehouse/catalogs/paimon-catalog.mdx
+++ b/docs/lakehouse/catalogs/paimon-catalog.mdx
@@ -982,6 +982,8 @@ SELECT * FROM paimon_ctl.paimon_db.paimon_tbl LIMIT 10;
 
 ### File Metadata Columns
 
+> Supported since version 4.2.0.
+
 Doris exposes two hidden metadata columns for Paimon data tables. You can use 
them to locate the physical data file and row that produced each query result.
 
 | Column | Type | Description |
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.mdx
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.mdx
index dfbe9fa10b1..799c01b9562 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.mdx
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.mdx
@@ -1529,6 +1529,8 @@ SELECT * FROM iceberg.iceberg_db.iceberg_tbl LIMIT 10;
 
 ### 文件元数据列
 
+> 该功能自 4.2.0 版本起支持。
+
 Doris 为 Iceberg 数据表提供两个隐藏元数据列,可用于定位每条查询结果对应的物理数据文件和文件内行位置。
 
 | 列名 | 类型 | 说明 |
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/paimon-catalog.mdx
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/paimon-catalog.mdx
index 163789f697e..d1a3d236002 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/paimon-catalog.mdx
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/paimon-catalog.mdx
@@ -978,6 +978,8 @@ SELECT * FROM paimon_ctl.paimon_db.paimon_tbl LIMIT 10;
 
 ### 文件元数据列
 
+> 该功能自 4.2.0 版本起支持。
+
 Doris 为 Paimon 数据表提供两个隐藏元数据列,可用于定位每条查询结果对应的物理数据文件和文件内行位置。
 
 | 列名 | 类型 | 说明 |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to