SammyVimes commented on a change in pull request #534:
URL: https://github.com/apache/ignite-3/pull/534#discussion_r780991969
##########
File path:
modules/client/src/main/java/org/apache/ignite/internal/client/TcpIgniteClient.java
##########
@@ -108,6 +109,12 @@ public IgniteTransactions transactions() {
return transactions;
}
+ /** {@inheritDoc} */
+ @Override
+ public IgniteCompute compute() {
+ throw new UnsupportedOperationException();
Review comment:
Temporary
--
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]