tristaZero commented on a change in pull request #9019:
URL: https://github.com/apache/shardingsphere/pull/9019#discussion_r557829327



##########
File path: 
shardingsphere-jdbc/shardingsphere-jdbc-core/src/main/java/org/apache/shardingsphere/driver/jdbc/core/statement/ShardingSphereStatement.java
##########
@@ -385,7 +390,11 @@ protected Boolean getSaneResult(final SQLStatement 
sqlStatement) {
         };
         return driverJDBCExecutor.execute(executionGroups, sqlStatement, 
routeUnits, jdbcExecutorCallback);
     }
-    
+
+    private void isToCalcite(final boolean isToCalcite) {

Review comment:
       Hi, please look at Line 57 in `SingleTableRoutingEngine.java`




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