alex-plekhanov commented on code in PR #12599:
URL: https://github.com/apache/ignite/pull/12599#discussion_r2648284457


##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/TableScan.java:
##########
@@ -38,6 +41,9 @@
 
 /** */
 public class TableScan<Row> extends AbstractCacheColumnsScan<Row> {
+    /** */
+    protected volatile List<GridDhtLocalPartition> reservedParts;

Review Comment:
   Node can be created in user thread (from 
ExecutionServiceImpl#mapAndExecutePlan), but executed in calcite thread pool



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