strongduanmu commented on a change in pull request #11679:
URL: https://github.com/apache/shardingsphere/pull/11679#discussion_r684041563
##########
File path:
shardingsphere-jdbc/shardingsphere-jdbc-core/src/main/java/org/apache/shardingsphere/driver/executor/DriverJDBCExecutor.java
##########
@@ -48,10 +48,13 @@
private final JDBCLockEngine jdbcLockEngine;
- public DriverJDBCExecutor(final MetaDataContexts metaDataContexts, final
JDBCExecutor jdbcExecutor) {
+ private final String schemaName;
+
+ public DriverJDBCExecutor(final MetaDataContexts metaDataContexts, final
JDBCExecutor jdbcExecutor, final String schemaName) {
Review comment:
It may be a better way to pass in the schemaName during execution.
--
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]