runqi-zhao commented on code in PR #19047:
URL: https://github.com/apache/shardingsphere/pull/19047#discussion_r919948765
##########
shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/database/type/DatabaseTypeFactory.java:
##########
@@ -52,4 +59,41 @@ public static DatabaseType getInstance(final String name) {
public static Collection<DatabaseType> getInstances() {
return
ShardingSphereServiceLoader.getServiceInstances(DatabaseType.class);
}
+
Review Comment:
I understand. I am learning the code and have finished modifying it
--
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]