xtern commented on code in PR #2960:
URL: https://github.com/apache/ignite-3/pull/2960#discussion_r1434023851
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/IgnitePlanner.java:
##########
@@ -133,6 +133,12 @@ public class IgnitePlanner implements Planner,
RelOptTable.ViewExpander {
private RelOptCluster cluster;
+ static {
+ // Preload some classes to reduce first planning time.
Review Comment:
Thanks, I expanded the comment because we have tests that use the planner
directly, without starting nodes, services, etc.
--
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]