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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]