vldpyatkov commented on a change in pull request #399:
URL: https://github.com/apache/ignite-3/pull/399#discussion_r733166607
##########
File path:
modules/client/src/test/java/org/apache/ignite/client/fakes/FakeInternalTable.java
##########
@@ -59,6 +60,21 @@ public FakeInternalTable(String tableName, IgniteUuid
tableId) {
this.tableId = tableId;
}
+ /** {@inheritDoc} */
+ @Override public @NotNull TableStorage storage() {
+ return null;
+ }
+
+ /** {@inheritDoc} */
+ @Override public int partitions() {
+ return 1;
+ }
+
+ /** {@inheritDoc} */
+ @Override public void updateInternalTableRaftGroupService(int p,
RaftGroupService raftGrpSvc) {
Review comment:
Ok.
--
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]