ptupitsyn commented on a change in pull request #8174:
URL: https://github.com/apache/ignite/pull/8174#discussion_r494133507
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/client/thin/ClientComputeImpl.java
##########
@@ -115,6 +119,11 @@
return executeAsync0(taskName, arg, dfltGrp, (byte)0, 0L);
}
+ /** {@inheritDoc} */
+ @Override public <T, R> IgniteClientFuture<R> executeAsync2(String
taskName, @Nullable T arg) throws ClientException {
Review comment:
See above, I think we do, because of binary compatibility.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]