Skip to content

Commit 906492e

Browse files
authored
[fix](iceberg) fix title level (#3537)
## Versions - [x] dev - [x] 4.x - [x] 3.x - [ ] 2.1 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built
1 parent b5f5539 commit 906492e

6 files changed

Lines changed: 36 additions & 34 deletions

File tree

docs/lakehouse/catalogs/iceberg-catalog.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ ORDER BY entry_name;
157157

158158
See the documentation for this system table: [catalog_meta_cache_statistics](../../admin-manual/system-tables/information_schema/catalog_meta_cache_statistics.md).
159159

160-
### Supported Iceberg Versions
160+
## Supported Iceberg Versions
161161

162162
| Doris Version | Iceberg SDK Version |
163163
| --- | --- |
@@ -172,7 +172,7 @@ See the documentation for this system table: [catalog_meta_cache_statistics](../
172172
* Supports reading Position Delete and Equality Delete.
173173
* Supports reading Deletion Vector (Since 4.1.0).
174174

175-
### Supported Metadata Services
175+
## Supported Metadata Services
176176

177177
* [Hive Metastore](../metastores/hive-metastore.md)
178178
* [AWS Glue](../metastores/aws-glue.md)
@@ -183,7 +183,7 @@ See the documentation for this system table: [catalog_meta_cache_statistics](../
183183

184184
> Note: The service types and parameters supported by different Doris versions are slightly different. Please refer to the [Examples] section.
185185
186-
### Iceberg Catalog Feature Support Matrix
186+
## Iceberg Catalog Feature Support Matrix
187187

188188
| Metadata Service | Table Query | View Query | DDL Operations | Data Writeback | System Tables (Supported since 3.1+) |
189189
| ---------------------- | ----------- | ---------- | ----------------------------- | ----------------------------- | ------------------------------------ |
@@ -193,7 +193,7 @@ See the documentation for this system table: [catalog_meta_cache_statistics](../
193193
| Iceberg Rest Catalog ||| Depends on the service provider | Depends on the service provider | Depends on the service provider |
194194
| FileSystem ||||||
195195

196-
### Supported Storage Systems
196+
## Supported Storage Systems
197197

198198
* [HDFS](../storages/hdfs.md)
199199
* [AWS S3](../storages/s3.md)
@@ -207,7 +207,7 @@ See the documentation for this system table: [catalog_meta_cache_statistics](../
207207

208208
> Note: The service types and parameters supported by different Doris versions are slightly different. Please refer to the [Examples] section.
209209
210-
### Supported Data Formats
210+
## Supported Data Formats
211211

212212
* [Parquet](../file-formats/parquet.md)
213213
* [ORC](../file-formats/orc.md)

i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,24 +163,25 @@ ORDER BY entry_name;
163163

164164
该系统表文档见:[catalog_meta_cache_statistics](../../admin-manual/system-tables/information_schema/catalog_meta_cache_statistics.md)
165165

166-
### 支持的 Iceberg 版本
166+
## 支持的 Iceberg 版本
167167

168168
| Doris 版本 | Iceberg SDK 版本 |
169169
| --- | --- |
170170
| 2.1 | 1.6.1 |
171171
| 3.0 | 1.6.1 |
172172
| 3.1 | 1.9.1 |
173173
| 4.0 | 1.9.1 |
174+
| 4.1 | 1.10.1 |
174175

175-
### 支持的 Iceberg 格式
176+
## 支持的 Iceberg 格式
176177

177178
* 支持 Iceberg V1/V2 格式。
178179

179180
* 支持 Position Delete 和 Equality Delete。
180181

181182
* 支持读取 Deletion Vector(自 4.1.0 版本支持)。
182183

183-
### 支持的元数据服务
184+
## 支持的元数据服务
184185

185186
* [Hive Metastore](../metastores/hive-metastore.md)
186187

@@ -196,7 +197,7 @@ ORDER BY entry_name;
196197

197198
> 注意:不同 Doris 版本所支持的服务类型和参数略有区别,请参阅【基础示例】章节。
198199
199-
### Iceberg Catalog 功能支持矩阵
200+
## Iceberg Catalog 功能支持矩阵
200201

201202
| 元数据服务 | 表查询 | 视图查询 | DDL 操作 | 数据写回 | 系统表 (3.1+ 支持) |
202203
| -------------------- | ------ | -------- | -------------- | -------------- | ------------------ |
@@ -206,7 +207,7 @@ ORDER BY entry_name;
206207
| Iceberg Rest Catalog ||| 取决于服务提供方 | 取决于服务提供方 | 取决于服务提供方 |
207208
| FileSystem ||||||
208209

209-
### 支持的存储系统
210+
## 支持的存储系统
210211

211212
* [HDFS](../storages/hdfs.md)
212213

@@ -228,7 +229,7 @@ ORDER BY entry_name;
228229

229230
> 注意:不同 Doris 版本所支持的服务类型和参数略有区别,请参阅【基础示例】章节。
230231
231-
### 支持的数据格式
232+
## 支持的数据格式
232233

233234
* [Parquet](../file-formats/parquet.md)
234235

i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/catalogs/iceberg-catalog.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ ORDER BY entry_name;
163163

164164
该系统表文档见:[catalog_meta_cache_statistics](../../admin-manual/system-tables/information_schema/catalog_meta_cache_statistics.md)
165165

166-
### 支持的 Iceberg 版本
166+
## 支持的 Iceberg 版本
167167

168168
| Doris 版本 | Iceberg SDK 版本 |
169169
| --- | --- |
@@ -172,15 +172,15 @@ ORDER BY entry_name;
172172
| 3.1 | 1.9.1 |
173173
| 4.0 | 1.9.1 |
174174

175-
### 支持的 Iceberg 格式
175+
## 支持的 Iceberg 格式
176176

177177
* 支持 Iceberg V1/V2 格式。
178178

179179
* 支持 Position Delete 和 Equality Delete。
180180

181181
* 支持读取 Deletion Vector(自 4.1.0 版本支持)。
182182

183-
### 支持的元数据服务
183+
## 支持的元数据服务
184184

185185
* [Hive Metastore](../metastores/hive-metastore.md)
186186

@@ -196,7 +196,7 @@ ORDER BY entry_name;
196196

197197
> 注意:不同 Doris 版本所支持的服务类型和参数略有区别,请参阅【基础示例】章节。
198198
199-
### Iceberg Catalog 功能支持矩阵
199+
## Iceberg Catalog 功能支持矩阵
200200

201201
| 元数据服务 | 表查询 | 视图查询 | DDL 操作 | 数据写回 | 系统表 (3.1+ 支持) |
202202
| -------------------- | ------ | -------- | -------------- | -------------- | ------------------ |
@@ -206,7 +206,7 @@ ORDER BY entry_name;
206206
| Iceberg Rest Catalog ||| 取决于服务提供方 | 取决于服务提供方 | 取决于服务提供方 |
207207
| FileSystem ||||||
208208

209-
### 支持的存储系统
209+
## 支持的存储系统
210210

211211
* [HDFS](../storages/hdfs.md)
212212

@@ -226,7 +226,7 @@ ORDER BY entry_name;
226226

227227
> 注意:不同 Doris 版本所支持的服务类型和参数略有区别,请参阅【基础示例】章节。
228228
229-
### 支持的数据格式
229+
## 支持的数据格式
230230

231231
* [Parquet](../file-formats/parquet.md)
232232

i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/catalogs/iceberg-catalog.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,24 +163,25 @@ ORDER BY entry_name;
163163

164164
该系统表文档见:[catalog_meta_cache_statistics](../../admin-manual/system-tables/information_schema/catalog_meta_cache_statistics.md)
165165

166-
### 支持的 Iceberg 版本
166+
## 支持的 Iceberg 版本
167167

168168
| Doris 版本 | Iceberg SDK 版本 |
169169
| --- | --- |
170170
| 2.1 | 1.6.1 |
171171
| 3.0 | 1.6.1 |
172172
| 3.1 | 1.9.1 |
173173
| 4.0 | 1.9.1 |
174+
| 4.1 | 1.10.1 |
174175

175-
### 支持的 Iceberg 格式
176+
## 支持的 Iceberg 格式
176177

177178
* 支持 Iceberg V1/V2 格式。
178179

179180
* 支持 Position Delete 和 Equality Delete。
180181

181182
* 支持读取 Deletion Vector(自 4.1.0 版本支持)。
182183

183-
### 支持的元数据服务
184+
## 支持的元数据服务
184185

185186
* [Hive Metastore](../metastores/hive-metastore.md)
186187

@@ -196,7 +197,7 @@ ORDER BY entry_name;
196197

197198
> 注意:不同 Doris 版本所支持的服务类型和参数略有区别,请参阅【基础示例】章节。
198199
199-
### Iceberg Catalog 功能支持矩阵
200+
## Iceberg Catalog 功能支持矩阵
200201

201202
| 元数据服务 | 表查询 | 视图查询 | DDL 操作 | 数据写回 | 系统表 (3.1+ 支持) |
202203
| -------------------- | ------ | -------- | -------------- | -------------- | ------------------ |
@@ -206,7 +207,7 @@ ORDER BY entry_name;
206207
| Iceberg Rest Catalog ||| 取决于服务提供方 | 取决于服务提供方 | 取决于服务提供方 |
207208
| FileSystem ||||||
208209

209-
### 支持的存储系统
210+
## 支持的存储系统
210211

211212
* [HDFS](../storages/hdfs.md)
212213

@@ -228,7 +229,7 @@ ORDER BY entry_name;
228229

229230
> 注意:不同 Doris 版本所支持的服务类型和参数略有区别,请参阅【基础示例】章节。
230231
231-
### 支持的数据格式
232+
## 支持的数据格式
232233

233234
* [Parquet](../file-formats/parquet.md)
234235

versioned_docs/version-3.x/lakehouse/catalogs/iceberg-catalog.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ ORDER BY entry_name;
157157

158158
See the documentation for this system table: [catalog_meta_cache_statistics](../../admin-manual/system-tables/information_schema/catalog_meta_cache_statistics.md).
159159

160-
### Supported Iceberg Versions
160+
## Supported Iceberg Versions
161161

162162
| Doris Version | Iceberg SDK Version |
163163
| --- | --- |
@@ -166,13 +166,13 @@ See the documentation for this system table: [catalog_meta_cache_statistics](../
166166
| 3.1 | 1.9.1 |
167167
| 4.0 | 1.9.1 |
168168

169-
### Supported Iceberg Formats
169+
## Supported Iceberg Formats
170170

171171
* Supports Iceberg V1/V2 formats.
172172
* Supports reading Position Delete and Equality Delete.
173173
* Supports reading Deletion Vector (Since 4.1.0).
174174

175-
### Supported Metadata Services
175+
## Supported Metadata Services
176176

177177
* [Hive Metastore](../metastores/hive-metastore.md)
178178
* [AWS Glue](../metastores/aws-glue.md)
@@ -183,7 +183,7 @@ See the documentation for this system table: [catalog_meta_cache_statistics](../
183183

184184
> Note: The service types and parameters supported by different Doris versions are slightly different. Please refer to the [Examples] section.
185185
186-
### Iceberg Catalog Feature Support Matrix
186+
## Iceberg Catalog Feature Support Matrix
187187

188188
| Metadata Service | Table Query | View Query | DDL Operations | Data Writeback | System Tables (Supported since 3.1+) |
189189
| ---------------------- | ----------- | ---------- | ----------------------------- | ----------------------------- | ------------------------------------ |
@@ -193,7 +193,7 @@ See the documentation for this system table: [catalog_meta_cache_statistics](../
193193
| Iceberg Rest Catalog ||| Depends on the service provider | Depends on the service provider | Depends on the service provider |
194194
| FileSystem ||||||
195195

196-
### Supported Storage Systems
196+
## Supported Storage Systems
197197

198198
* [HDFS](../storages/hdfs.md)
199199
* [AWS S3](../storages/s3.md)
@@ -206,7 +206,7 @@ See the documentation for this system table: [catalog_meta_cache_statistics](../
206206

207207
> Note: The service types and parameters supported by different Doris versions are slightly different. Please refer to the [Examples] section.
208208
209-
### Supported Data Formats
209+
## Supported Data Formats
210210

211211
* [Parquet](../file-formats/parquet.md)
212212
* [ORC](../file-formats/orc.md)

versioned_docs/version-4.x/lakehouse/catalogs/iceberg-catalog.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ ORDER BY entry_name;
157157

158158
See the documentation for this system table: [catalog_meta_cache_statistics](../../admin-manual/system-tables/information_schema/catalog_meta_cache_statistics.md).
159159

160-
### Supported Iceberg Versions
160+
## Supported Iceberg Versions
161161

162162
| Doris Version | Iceberg SDK Version |
163163
| --- | --- |
@@ -172,7 +172,7 @@ See the documentation for this system table: [catalog_meta_cache_statistics](../
172172
* Supports reading Position Delete and Equality Delete.
173173
* Supports reading Deletion Vector (Since 4.1.0).
174174

175-
### Supported Metadata Services
175+
## Supported Metadata Services
176176

177177
* [Hive Metastore](../metastores/hive-metastore.md)
178178
* [AWS Glue](../metastores/aws-glue.md)
@@ -183,7 +183,7 @@ See the documentation for this system table: [catalog_meta_cache_statistics](../
183183

184184
> Note: The service types and parameters supported by different Doris versions are slightly different. Please refer to the [Examples] section.
185185
186-
### Iceberg Catalog Feature Support Matrix
186+
## Iceberg Catalog Feature Support Matrix
187187

188188
| Metadata Service | Table Query | View Query | DDL Operations | Data Writeback | System Tables (Supported since 3.1+) |
189189
| ---------------------- | ----------- | ---------- | ----------------------------- | ----------------------------- | ------------------------------------ |
@@ -193,7 +193,7 @@ See the documentation for this system table: [catalog_meta_cache_statistics](../
193193
| Iceberg Rest Catalog ||| Depends on the service provider | Depends on the service provider | Depends on the service provider |
194194
| FileSystem ||||||
195195

196-
### Supported Storage Systems
196+
## Supported Storage Systems
197197

198198
* [HDFS](../storages/hdfs.md)
199199
* [AWS S3](../storages/s3.md)
@@ -207,7 +207,7 @@ See the documentation for this system table: [catalog_meta_cache_statistics](../
207207

208208
> Note: The service types and parameters supported by different Doris versions are slightly different. Please refer to the [Examples] section.
209209
210-
### Supported Data Formats
210+
## Supported Data Formats
211211

212212
* [Parquet](../file-formats/parquet.md)
213213
* [ORC](../file-formats/orc.md)

0 commit comments

Comments
 (0)