zy-kkk commented on code in PR #28414:
URL: https://github.com/apache/doris/pull/28414#discussion_r1493796733
##########
docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md:
##########
@@ -44,14 +44,15 @@ PROPERTIES ("key"="value", ...)
## 参数说明
-| 参数 | 必须 | 默认值 | 说明
|
+| 参数 | 必须 | 默认值 | 说明
|
|---------------------------|-----|---------|-----------------------------------------------------------------------|
| `user` | 是 | | 对应数据库的用户名
|
| `password` | 是 | | 对应数据库的密码
|
| `jdbc_url` | 是 | | JDBC 连接串
|
| `driver_url` | 是 | | JDBC Driver Jar 包名称
|
| `driver_class` | 是 | | JDBC Driver Class 名称
|
-| `lower_case_table_names` | 否 | "false" | 是否以小写的形式同步jdbc外部数据源的库名和表名以及列名
|
+| `lower_case_meta_names` | 否 | "false" | 是否以小写的形式同步jdbc外部数据源的库名和表名以及列名
|
+| `suffix_names_mapping` | 否 | "" | 当jdbc外部数据源存在名称相同只有大小写不同的情况,例如
DORIS 和 doris,Doris 由于歧义而在查询 Catalog 时报错,此时需要配置 `suffix_names_mapping` 参数来解决冲突。
|
Review Comment:
renamed meta_names_mapping
--
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]