Vladsz83 commented on code in PR #10933:
URL: https://github.com/apache/ignite/pull/10933#discussion_r1331387224
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/QueryTaskExecutorImpl.java:
##########
@@ -17,20 +17,23 @@
package org.apache.ignite.internal.processors.query.calcite.exec;
-import java.util.Objects;
import java.util.UUID;
import org.apache.ignite.internal.GridKernalContext;
-import
org.apache.ignite.internal.processors.query.calcite.CalciteQueryProcessor;
import
org.apache.ignite.internal.processors.query.calcite.util.AbstractService;
-import org.apache.ignite.internal.processors.query.calcite.util.Commons;
import org.apache.ignite.internal.util.StripedExecutor;
import org.apache.ignite.internal.util.typedef.internal.U;
import org.apache.ignite.thread.IgniteStripedThreadPoolExecutor;
+import static
org.apache.ignite.internal.processors.metric.impl.MetricUtils.metricName;
+import static
org.apache.ignite.internal.processors.pool.PoolProcessor.THREAD_POOLS;
+
/**
* TODO use {@link StripedExecutor}, registered in core pols.
Review Comment:
Shoul we remove this TODO?
--
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]