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


##########
modules/api/src/main/java/org/apache/ignite/compute/task/MapReduceTask.java:
##########
@@ -53,4 +54,14 @@ public interface MapReduceTask<I, M, T, R> {
      * @return Final task result future.
      */
     CompletableFuture<R> reduceAsync(TaskExecutionContext taskContext, 
Map<UUID, T> results);
+
+    /** The marshaller that is called to unmarshall split job argument if not 
null. */

Review Comment:
   Here and below:
   * Marshaller (noun) - 2 `l`s
   * To marshal (verb) - 1 `l`



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