ygerzhedovich commented on code in PR #7642:
URL: https://github.com/apache/ignite-3/pull/7642#discussion_r2832907982
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/IgnitePlanner.java:
##########
@@ -657,7 +657,7 @@ public void disableRules(Collection<String>
ruleNamesToDisable) {
}
private static class VolcanoPlannerExt extends VolcanoPlanner {
- private static final IgniteLogger LOG =
Loggers.forClass(IgnitePlanner.class);
+ private static final IgniteLogger LOG =
Loggers.forClass(VolcanoPlannerExt.class);
Review Comment:
it will be better to return back
--
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]