nextdreamblue commented on code in PR #17803: URL: https://github.com/apache/doris/pull/17803#discussion_r1138040336
########## docs/en/docs/lakehouse/multi-catalog/jdbc.md: ########## @@ -167,6 +167,7 @@ Currently, Jdbc Catalog only support to use 5.x version of JDBC jar package to c | `driver_class ` | Yes | | JDBC Driver Class | | `only_specified_database` | No | "false" | Whether only the database specified to be synchronized. | | `lower_case_table_names` | No | "false" | Whether to synchronize jdbc external data source table names in lower case. | +| `specified_database_list` | No | "" | When only_specified_database=true,only synchronize the specified databases. split with ','| Review Comment: 是的,我做的时候就想这俩参数合并到一起,但是为了兼容已经使用 only_specified_database 这个参数的catalog,只能新增这个参数了 其他catalog可以只需要配置一个参数即可,specified_database_list来匹配指定的db -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org