Copilot commented on code in PR #4116:
URL: https://github.com/apache/doris-website/pull/4116#discussion_r3933424077
##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/best-practices/doris-iceberg-capability-matrix.mdx:
##########
@@ -0,0 +1,837 @@
+---
+{
+ "title": "Iceberg Catalog 功能矩阵",
+ "language": "zh-CN",
+ "description": "Apache Doris 支持的 Iceberg Catalog 后端功能矩阵。"
+}
+---
+
+下表汇总了 Doris 当前支持的 Iceberg Catalog 功能。表格按功能分类组织,不同 Catalog 后端列表示 Doris
使用相应元数据服务时是否支持该操作。✅ 表示 Doris 支持该操作,❌ 表示当前不支持该操作。
+
+<table>
+ <thead>
+ <tr>
+ <th>能力分类</th>
+ <th>具体操作</th>
+ <th>REST</th>
+ <th>HMS</th>
+ <th>Hadoop</th>
+ <th>Glue</th>
+ <th>DLF</th>
+ <th>S3 Tables</th>
+ <th>JDBC</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td rowSpan={8}>Namespace / Database</td>
Review Comment:
The Chinese matrix mixes English and Chinese in the capability category
column (e.g., "Namespace / Database"), which makes the table harder to read for
zh-CN users. Consider translating the category labels consistently.
This issue also appears in the following locations of the same file:
- line 330
- line 633
- line 714
##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/best-practices/doris-paimon-capability-matrix.mdx:
##########
@@ -0,0 +1,594 @@
+---
+{
+ "title": "Paimon Catalog 功能矩阵",
+ "language": "zh-CN",
+ "description": "Apache Doris 支持的 Paimon Catalog 后端功能矩阵。"
+}
+---
+
+下表汇总了 Doris 当前支持的 Paimon Catalog 功能。表格按功能分类组织,不同 Catalog 后端列表示 Doris
使用相应元数据服务时是否支持该操作。✅ 表示 Doris 支持该操作,❌ 表示当前不支持该操作。
+
+<table>
+ <thead>
+ <tr>
+ <th>能力分类</th>
+ <th>具体操作</th>
+ <th>Filesystem</th>
+ <th>HMS</th>
+ <th>JDBC</th>
+ <th>REST</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td rowSpan={8}>Namespace / Database</td>
Review Comment:
The Chinese matrix mixes English and Chinese in the capability category
column (e.g., "Namespace / Database"), which makes the table harder to read for
zh-CN users. Consider translating the category labels consistently.
This issue also appears in the following locations of the same file:
- line 237
- line 450
- line 507
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]