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


##########
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:
   As discussed in private, we don't need to generify `Table`, and this method 
will have a `Class<T>` parameter to validate the partition type.



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