wgy8283335 commented on a change in pull request #11930:
URL: https://github.com/apache/shardingsphere/pull/11930#discussion_r711673241



##########
File path: 
shardingsphere-infra/shardingsphere-infra-optimize/src/main/java/org/apache/shardingsphere/infra/optimize/context/OptimizeContextFactory.java
##########
@@ -156,7 +156,7 @@ private void initProperties(final DatabaseType 
databaseType) {
     }
     
     private RelOptCluster newCluster() {
-        RelOptPlanner planner = new VolcanoPlanner();
+        RelOptPlanner planner = new VolcanoPlanner(null, null);

Review comment:
       At first, I thought they are different.
   After I've checked these methods, they are the same. 
   I will fix 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