tuohai666 commented on a change in pull request #6352:
URL: https://github.com/apache/shardingsphere/pull/6352#discussion_r456735143



##########
File path: 
shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/communication/jdbc/recognizer/impl/H2Recognizer.java
##########
@@ -27,9 +28,11 @@
  */
 public final class H2Recognizer implements JDBCDriverURLRecognizer {
     
+    private final H2DatabaseType databaseType = new H2DatabaseType();
+    
     @Override
     public String getDatabaseType() {

Review comment:
       Can this method revert to origin?

##########
File path: 
shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/resources/spy.properties
##########
@@ -0,0 +1,247 @@
+#################################################################

Review comment:
       Consider delete this file, let user add this is better.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to