Skip to content

Commit f3c9ccc

Browse files
remove hudi_meta docs in 3.0 and 2.1 because not releaseed (#1708)
## Versions relate pr: #1673 - [ ] dev - [x] 3.0 - [x] 2.1 - [ ] 2.0 ## Languages - [ ] Chinese - [ ] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built
1 parent 0eb364e commit f3c9ccc

File tree

8 files changed

+0
-379
lines changed
  • i18n/zh-CN/docusaurus-plugin-content-docs
    • version-2.1
    • version-3.0
  • versioned_docs
    • version-2.1
    • version-3.0

8 files changed

+0
-379
lines changed

i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/hudi.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ SELECT * FROM hudi_tbl FOR TIME AS OF "2022-10-07";
105105
```
106106
Hudi 表不支持 `FOR VERSION AS OF` 语句,使用该语法查询 Hudi 表将抛错。
107107

108-
另外, 你可以使用 [hudi_meta](../../sql-manual/sql-functions/table-valued-functions/hudi-meta.md) 表函数查询 Hudi 表的时间线,获取 commitTime 和对应的快照时间。
109-
110108
## Incremental Read
111109
Incremental Read 可以查询在 startTime 和 endTime 之间变化的数据,返回的结果集是数据在 endTime 的最终状态。
112110

i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/table-valued-functions/hudi-meta.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/datalake-analytics/hudi.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ SELECT * FROM hudi_tbl FOR TIME AS OF "2022-10-07";
105105
```
106106
Hudi 表不支持 `FOR VERSION AS OF` 语句,使用该语法查询 Hudi 表将抛错。
107107

108-
另外, 你可以使用 [hudi_meta](../../sql-manual/sql-functions/table-valued-functions/hudi-meta.md) 表函数查询 Hudi 表的时间线,获取 commitTime 和对应的快照时间。
109-
110108
## Incremental Read
111109
Incremental Read 可以查询在 startTime 和 endTime 之间变化的数据,返回的结果集是数据在 endTime 的最终状态。
112110

i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-functions/table-valued-functions/hudi-meta.md

Lines changed: 0 additions & 90 deletions
This file was deleted.

versioned_docs/version-2.1/lakehouse/datalake-analytics/hudi.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ You can use the `FOR TIME AS OF` statement, based on the time of the snapshot to
107107

108108
Hudi table does not support the `FOR VERSION AS OF` statement. Using this syntax to query the Hudi table will throw an error.
109109

110-
In addition, you can use the [hudi_meta](../../sql-manual/sql-functions/table-valued-functions/hudi-meta.md) table function to query the timeline information of the specified table.
111-
112110
## Incremental Read
113111

114112
Incremental Read can query the data changed between startTime and endTime, and the returned result set is the final state of the data at endTime.

versioned_docs/version-2.1/sql-manual/sql-functions/table-valued-functions/hudi-meta.md

Lines changed: 0 additions & 95 deletions
This file was deleted.

versioned_docs/version-3.0/lakehouse/datalake-analytics/hudi.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ You can use the `FOR TIME AS OF` statement, based on the time of the snapshot to
107107

108108
Hudi table does not support the `FOR VERSION AS OF` statement. Using this syntax to query the Hudi table will throw an error.
109109

110-
In addition, you can use the [hudi_meta](../../sql-manual/sql-functions/table-valued-functions/hudi-meta.md) table function to query the timeline information of the specified table.
111-
112110
## Incremental Read
113111

114112
Incremental Read can query the data changed between startTime and endTime, and the returned result set is the final state of the data at endTime.

0 commit comments

Comments
 (0)