tkalkirill commented on code in PR #2432:
URL: https://github.com/apache/ignite-3/pull/2432#discussion_r1290877366
##########
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/descriptors/CatalogZoneDescriptor.java:
##########
@@ -44,19 +44,20 @@ public class CatalogZoneDescriptor extends
CatalogObjectDescriptor {
private final String filter;
/** Data storage descriptor. */
- private CatalogDataStorageDescriptor dataStorage;
+ private final CatalogDataStorageDescriptor dataStorage;
/**
* Constructs a distribution zone descriptor.
*
* @param id Id of the distribution zone.
* @param name Name of the zone.
- * @param partitions Number of partitions in distributions zone.
- * @param replicas Number of partition replicas.
+ * @param partitions Amount of partitions in distributions zone.
+ * @param replicas Amount of partition replicas.
Review Comment:
fix it
--
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]