strongduanmu commented on code in PR #20426:
URL: https://github.com/apache/shardingsphere/pull/20426#discussion_r952171586
##########
shardingsphere-infra/shardingsphere-infra-federation/shardingsphere-infra-federation-optimizer/src/main/java/org/apache/shardingsphere/infra/federation/optimizer/ShardingSphereOptimizer.java:
##########
@@ -34,7 +34,9 @@ public final class ShardingSphereOptimizer {
private final SqlToRelConverter converter;
- private final RelOptPlanner hepPlanner;
+ private final RelOptPlanner hepPlannerWithoutCalc;
Review Comment:
What's the difference between hepPlannerWithoutCalc and hepPlannerWithCalc?
--
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]