jasperjiaguo commented on code in PR #11578: URL: https://github.com/apache/pinot/pull/11578#discussion_r1372507842
########## pinot-common/src/main/java/org/apache/pinot/common/assignment/InstanceAssignmentConfigUtils.java: ########## @@ -124,4 +124,14 @@ public static InstanceAssignmentConfig getInstanceAssignmentConfig(TableConfig t return new InstanceAssignmentConfig(tagPoolConfig, null, replicaGroupPartitionConfig); } + + public static boolean isPreConfigurationBasedAssignment(TableConfig tableConfig, + InstancePartitionsType instancePartitionsType) { + // If the instance assignment config is not null and the partition selector is + // PRE_CONFIGURATION_BASED_PARTITION_SELECTOR, 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org