Pochatkin commented on code in PR #3673:
URL: https://github.com/apache/ignite-3/pull/3673#discussion_r1593694559


##########
modules/table/src/main/java/org/apache/ignite/internal/table/TableImpl.java:
##########
@@ -141,6 +143,11 @@ public InternalTable internalTable() {
         return tbl;
     }
 
+    @Override
+    public <T extends Partition> PartitionManager<T> partitionManager() {
+        return (PartitionManager<T>) new HashPartitionManagerImpl(tbl, 
schemaReg, marshallers);

Review Comment:
   We will generify Table interface with partition type and refactor this method



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