menghaoranss commented on a change in pull request #11659:
URL: https://github.com/apache/shardingsphere/pull/11659#discussion_r683240754



##########
File path: 
shardingsphere-jdbc/shardingsphere-jdbc-core/src/main/java/org/apache/shardingsphere/driver/jdbc/core/datasource/ShardingSphereDataSource.java
##########
@@ -57,6 +57,15 @@
     
     private final String schemaName;
     
+    public ShardingSphereDataSource(final Map<String, DataSource> 
dataSourceMap, final Collection<RuleConfiguration> ruleConfigs, final 
Properties props) throws SQLException {
+        this.schemaName = DefaultSchema.LOGIC_NAME;

Review comment:
       remove `this.`




-- 
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]


Reply via email to