ascherbakoff commented on code in PR #5853: URL: https://github.com/apache/ignite-3/pull/5853#discussion_r2107476136
########## modules/client/src/main/java/org/apache/ignite/internal/client/compute/ClientJobExecution.java: ########## @@ -131,11 +131,10 @@ public ClusterNode node() { // especially in case of colocated execution. return ch.serviceAsync( ClientOp.COMPUTE_GET_STATE, - w -> w.out().packUuid(taskId), + (PayloadWriter) w -> w.out().packUuid(taskId), Review Comment: 🆗 ########## modules/client/src/main/java/org/apache/ignite/internal/client/compute/ClientJobExecution.java: ########## @@ -117,11 +118,10 @@ public ClusterNode node() { // especially in case of colocated execution. return ch.serviceAsync( ClientOp.COMPUTE_GET_STATE, - w -> w.out().packUuid(jobId), + (PayloadWriter) w -> w.out().packUuid(jobId), Review Comment: 🆗 -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org