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


##########
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:
   It is going to be a breaking change, right? So we do some future-proofing 
with `Partition` interface, but not here?



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