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



##########
File path: 
modules/table/src/main/java/org/apache/ignite/internal/table/InternalTable.java
##########
@@ -207,6 +223,13 @@
      */
     @NotNull Publisher<BinaryRow> scan(int p, @Nullable Transaction tx);
 
+    /**
+     * Gets a count of partitions of the table.
+     *
+     * @return Count of partitons.
+     */
+    int partitions();

Review comment:
       It was a problem with my local network.
   Although for the `assignments()` method can extract amount of portions, we 
decided to add a specific method for that. 




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