sanpwc commented on a change in pull request #399:
URL: https://github.com/apache/ignite-3/pull/399#discussion_r732512824



##########
File path: 
modules/client/src/test/java/org/apache/ignite/client/fakes/FakeInternalTable.java
##########
@@ -239,4 +255,8 @@ public FakeInternalTable(String tableName, IgniteUuid 
tableId) {
     @Override public @NotNull List<String> assignments() {
         throw new IgniteInternalException(new 
OperationNotSupportedException());
     }
+
+    @Override public void close() throws Exception {

Review comment:
       javadoc, No-op




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