JAkutenshi commented on code in PR #7324:
URL: https://github.com/apache/ignite-3/pull/7324#discussion_r2683203845


##########
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogManagerImpl.java:
##########
@@ -114,19 +115,45 @@ public class CatalogManagerImpl extends 
AbstractEventProducer<CatalogEvent, Cata
     private final Object lastSaveUpdateFutureMutex = new Object();
 
     /**
-     * Constructor.
+     * Partition count provider for command update contexts.
+     */
+    private final PartitionCountProvider partitionCountProvider;
+
+    /**
+     * Test-only constructor.
      */
+    @TestOnly
     public CatalogManagerImpl(

Review Comment:
   Done



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