strongduanmu commented on code in PR #30534:
URL: https://github.com/apache/shardingsphere/pull/30534#discussion_r1530140396
##########
features/sharding/core/src/test/java/org/apache/shardingsphere/sharding/merge/dql/ShardingDQLResultMergerTest.java:
##########
@@ -515,6 +515,16 @@ private ShardingSphereDatabase createDatabase() {
mock(RuleMetaData.class),
Collections.singletonMap(DefaultDatabase.LOGIC_NAME, schema));
}
+ private ShardingSphereDatabase createSQLServerDatabase() {
Review Comment:
Why is this method called createSQLServerDatabase, but MySQL is used
internally?
--
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]