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


##########
modules/platforms/dotnet/Apache.Ignite/Compute/BroadcastJobTarget.cs:
##########
@@ -50,9 +51,38 @@ public static IBroadcastJobTarget<IEnumerable<IClusterNode>> 
Nodes(params IClust
         return new AllNodesTarget(nodes);
     }
 
+    /// <summary>
+    /// Creates a broadcast job target for all partitions of a table.
+    /// </summary>
+    /// <param name="tableName">Table to run the job on.</param>
+    /// <returns>Job target.</returns>
+    public static IBroadcastJobTarget<QualifiedName> Table(QualifiedName 
tableName)

Review Comment:
   I don't think this is a part of the current JIRA ticket, let's keep the 
changes focused on `JobTarget.Partition` and remove broadcast-related things.



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