AMashenkov commented on code in PR #1982:
URL: https://github.com/apache/ignite-3/pull/1982#discussion_r1180349008
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/PlannerHelper.java:
##########
@@ -140,6 +139,14 @@ public static IgniteRel optimize(SqlNode sqlNode,
IgnitePlanner planner) {
}
}
+ private static boolean amountOfJoinsAreBig(RelNode rel) {
Review Comment:
```suggestion
private static boolean hasTooMuchJoins(RelNode rel) {
```
--
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]