sanpwc commented on code in PR #1638:
URL: https://github.com/apache/ignite-3/pull/1638#discussion_r1098885169


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/rel/TableScanNodeExecutionTest.java:
##########
@@ -127,7 +128,11 @@ public IgniteDistribution distribution() {
 
         @Override
         public InternalTable table() {
-            return new TestInternalTableImpl(mock(ReplicaService.class));
+            ConcurrentMap<Integer, RaftGroupService> partMap = new 
ConcurrentSkipListMap<>();

Review Comment:
   What about copy on write approach?



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