praveenc7 commented on code in PR #16672:
URL: https://github.com/apache/pinot/pull/16672#discussion_r2350962572
##########
pinot-spi/src/main/java/org/apache/pinot/spi/config/workload/PropagationScheme.java:
##########
@@ -115,9 +132,9 @@ public static Type forValue(String value) {
*/
@JsonCreator
public PropagationScheme(@JsonProperty(PROPAGATION_TYPE) Type
propagationType,
- @JsonProperty(VALUES) List<String> values) {
+ @Nullable @JsonProperty(COST_SPLITS) List<CostSplit> costSplits) {
Review Comment:
It can be empty if there is only one costId to avoid repetition of the same
info in enforcementProfile
--
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]