Skip to content

Commit 8e06891

Browse files
authored
[doc][lakehouse]Fix paimon catalog system table (#2656)
## Versions - [x] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built
1 parent 1c4f061 commit 8e06891

File tree

6 files changed

+0
-35
lines changed

6 files changed

+0
-35
lines changed

docs/lakehouse/catalogs/paimon-catalog.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,12 +279,6 @@ To access metadata of a Paimon table, add a `$` symbol after the table name, fol
279279
SELECT * FROM my_table$system_table_name;
280280
```
281281

282-
For example, to view the audit log of a table, execute:
283-
284-
```sql
285-
SELECT * FROM my_table$audit_log;
286-
```
287-
288282
> Note: Doris does not support reading Paimon global system tables, which are only supported in Flink.
289283
290284

i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/paimon-catalog.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,12 +279,6 @@ Doris 支持查询 Paimon 系统表,用来查询表的相关元信息。支持
279279
SELECT * FROM my_table$system_table_name;
280280
```
281281

282-
例如,要查看表的审计记录,可以执行:
283-
284-
```sql
285-
SELECT * FROM my_table$audit_log;
286-
```
287-
288282
> 注意点:Doris 不支持读取 Paimon 全局系统表,其只在 Flink 中支持。
289283
290284
### schemas

i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/catalogs/paimon-catalog.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,12 +279,6 @@ Doris 支持查询 Paimon 系统表,用来查询表的相关元信息。支持
279279
SELECT * FROM my_table$system_table_name;
280280
```
281281

282-
例如,要查看表的审计记录,可以执行:
283-
284-
```sql
285-
SELECT * FROM my_table$audit_log;
286-
```
287-
288282
> 注意点:Doris 不支持读取 Paimon 全局系统表,其只在 Flink 中支持。
289283
290284
### schemas

i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/catalogs/paimon-catalog.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,12 +279,6 @@ Doris 支持查询 Paimon 系统表,用来查询表的相关元信息。支持
279279
SELECT * FROM my_table$system_table_name;
280280
```
281281

282-
例如,要查看表的审计记录,可以执行:
283-
284-
```sql
285-
SELECT * FROM my_table$audit_log;
286-
```
287-
288282
> 注意点:Doris 不支持读取 Paimon 全局系统表,其只在 Flink 中支持。
289283
290284
### schemas

versioned_docs/version-2.1/lakehouse/catalogs/paimon-catalog.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,12 +279,6 @@ To access metadata of a Paimon table, add a `$` symbol after the table name, fol
279279
SELECT * FROM my_table$system_table_name;
280280
```
281281

282-
For example, to view the audit log of a table, execute:
283-
284-
```sql
285-
SELECT * FROM my_table$audit_log;
286-
```
287-
288282
> Note: Doris does not support reading Paimon global system tables, which are only supported in Flink.
289283
290284

versioned_docs/version-3.0/lakehouse/catalogs/paimon-catalog.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,6 @@ To access metadata of a Paimon table, add a `$` symbol after the table name, fol
279279
SELECT * FROM my_table$system_table_name;
280280
```
281281

282-
For example, to view the audit log of a table, execute:
283-
284-
```sql
285-
SELECT * FROM my_table$audit_log;
286-
```
287282

288283
> Note: Doris does not support reading Paimon global system tables, which are only supported in Flink.
289284

0 commit comments

Comments
 (0)