AMashenkov commented on code in PR #3531:
URL: https://github.com/apache/ignite-3/pull/3531#discussion_r1554565200


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/rel/AbstractExecutionTest.java:
##########
@@ -100,14 +100,18 @@ protected ExecutionContext<T> executionContext(boolean 
withDelays) {
                     false,
                     0);
 
-            StripedThreadPoolExecutor stripedThreadPoolExecutor = 
(StripedThreadPoolExecutor) IgniteTestUtils.getFieldValue(
+            StripedThreadPoolExecutor stripedThreadPoolExecutor = 
IgniteTestUtils.getFieldValue(

Review Comment:
   Why don't just pass executor to execution context in "@BeforeTest" method?
   Why does thread poll's concurrency level differs in `QueryTaskExecutorImpl` 
and in `IgniteTestStripedThreadPoolExecutor` ?



-- 
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]

Reply via email to