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

morningman 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 8013fb7c43c [fix](hudi) add hudi_meta release version (#2515)
8013fb7c43c is described below

commit 8013fb7c43c584c3c9ec1e6bc13697502e37216e
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Fri Jun 20 16:24:23 2025 +0800

    [fix](hudi) add hudi_meta release version (#2515)
    
    ## Versions
    
    - [x] dev
    - [ ] 3.0
    - [ ] 2.1
    - [ ] 2.0
    
    ## Languages
    
    - [x] Chinese
    - [x] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 docs/lakehouse/catalogs/hudi-catalog.md                               | 2 ++
 docs/sql-manual/sql-functions/table-valued-functions/hudi-meta.md     | 4 +++-
 .../current/lakehouse/catalogs/hudi-catalog.md                        | 2 ++
 .../sql-manual/sql-functions/table-valued-functions/hudi-meta.md      | 4 +++-
 4 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/docs/lakehouse/catalogs/hudi-catalog.md 
b/docs/lakehouse/catalogs/hudi-catalog.md
index 48c91d29aa9..0a3e8ddd54d 100644
--- a/docs/lakehouse/catalogs/hudi-catalog.md
+++ b/docs/lakehouse/catalogs/hudi-catalog.md
@@ -161,6 +161,8 @@ Every write operation to a Hudi table creates a new 
snapshot. Doris supports rea
 
 You can query the timeline of a specified Hudi table using the `hudi_meta()` 
table function:
 
+This table function is supported since 3.1.0.
+
 ```sql
 SELECT * FROM hudi_meta(
     'table' = 'hudi_ctl.hudi_db.hudi_tbl',
diff --git a/docs/sql-manual/sql-functions/table-valued-functions/hudi-meta.md 
b/docs/sql-manual/sql-functions/table-valued-functions/hudi-meta.md
index c82f34f3b99..4717aa94bfa 100644
--- a/docs/sql-manual/sql-functions/table-valued-functions/hudi-meta.md
+++ b/docs/sql-manual/sql-functions/table-valued-functions/hudi-meta.md
@@ -27,7 +27,9 @@ under the License.
 
 ## Description
 
-hudi_meta table-valued-function(tvf), using for read hudi metadata, operation 
history, timeline of table, instant state etc.
+`hudi_meta` table-valued-function(tvf), using for read hudi metadata, 
operation history, timeline of table, instant state etc.
+
+Supported since 3.1.0.
 
 ## Syntax
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/hudi-catalog.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/hudi-catalog.md
index d770933f36c..8a390bf57eb 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/hudi-catalog.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/hudi-catalog.md
@@ -168,6 +168,8 @@ SELECT * FROM hudi_ctl.hudi_db.hudi_tbl LIMIT 10;
 
 可以通过 `hudi_meta()` 表函数查询查询指定 Hudi 表的 Timeline:
 
+该函数自 3.1.0 版本支持。
+
 ```sql
 SELECT * FROM hudi_meta(
     'table' = 'hudi_ctl.hudi_db.hudi_tbl',
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/table-valued-functions/hudi-meta.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/table-valued-functions/hudi-meta.md
index acebcbfc38b..4f402751ccd 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/table-valued-functions/hudi-meta.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/table-valued-functions/hudi-meta.md
@@ -27,7 +27,9 @@ under the License.
 
 ## 描述
 
-hudi_meta 表函数(table-valued-function,tvf),可以用于读取 hudi 
表的各类元数据信息,如操作历史、表的时间线、文件元数据等。
+`hudi_meta` 表函数(table-valued-function,tvf),可以用于读取 hudi 
表的各类元数据信息,如操作历史、表的时间线、文件元数据等。
+
+该函数自 3.1.0 版本支持。
 
 ## 语法
 


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

Reply via email to