vldpyatkov commented on code in PR #4985: URL: https://github.com/apache/ignite-3/pull/4985#discussion_r1901623602
########## modules/partition-distribution/src/main/java/org/apache/ignite/internal/partitiondistribution/RendezvousDistributionFunction.java: ########## @@ -255,12 +271,12 @@ public static List<List<String>> assignPartitions( * @param aggregator Function that creates a collection for the partition assignments. * @return List nodes by partition. */ - public static <T extends Collection<String>> List<T> assignPartitions( Review Comment: I think we can extract this implementation to the interface. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org