linghengqian commented on code in PR #37733: URL: https://github.com/apache/shardingsphere/pull/37733#discussion_r2686984571
########## docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/hiveserver2/_index.en.md: ########## @@ -116,8 +106,42 @@ CREATE DATABASE demo_ds_2; ### Create ShardingSphere data source in business projects -After the business project introduces the dependencies involved in `prerequisites`, -write the ShardingSphere data source configuration file `demo.yaml` on the classpath of the business project. +After including the dependencies related to the `prerequisites` in the business project, add the following additional dependencies, Review Comment: I think using the colon (:) breaks consistency. ########## docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/clickhouse/_index.en.md: ########## @@ -93,8 +88,42 @@ TRUNCATE TABLE t_order; ### Create ShardingSphere data source in business project -After the business project introduces the dependencies involved in `prerequisites`, -write the ShardingSphere data source configuration file `demo.yaml` on the classpath of the business project. +After including the dependencies related to the `prerequisites` in the business project, add the following additional dependencies, Review Comment: I think using the colon (:) breaks consistency. -- 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]
