ptupitsyn commented on code in PR #5056:
URL: https://github.com/apache/ignite-3/pull/5056#discussion_r1918728464


##########
modules/api/src/main/java/org/apache/ignite/compute/BroadcastJobTarget.java:
##########
@@ -63,4 +63,15 @@ static BroadcastJobTarget nodes(Collection<ClusterNode> 
nodes) {
     static BroadcastJobTarget nodes(Set<ClusterNode> nodes) {
         return new AllNodesBroadcastJobTarget(nodes);
     }
+
+    /**
+     * Creates a job target for partitioned execution. For each partition in 
the provided table the job will be executed on a node that
+     * holds a primary replica.

Review Comment:
   ```suggestion
        * holds the primary replica.
   ```



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