ptupitsyn commented on code in PR #6600:
URL: https://github.com/apache/ignite-3/pull/6600#discussion_r2352770045
##########
modules/compute/src/main/java/org/apache/ignite/internal/compute/executor/platform/PlatformComputeConnection.java:
##########
@@ -30,15 +31,14 @@ public interface PlatformComputeConnection {
* Executes a job asynchronously.
*
* @param jobId Job id (for cancellation).
- * @param deploymentUnitPaths Paths to deployment units.
* @param jobClassName Name of the job class.
* @param arg Arguments for the job.
* @return A CompletableFuture that will be completed with the result of
the job execution.
*/
CompletableFuture<ComputeJobDataHolder> executeJobAsync(
long jobId,
- List<String> deploymentUnitPaths,
String jobClassName,
+ JobExecutionContext ctx,
Review Comment:
Done
--
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]