yashmayya commented on code in PR #16104:
URL: https://github.com/apache/pinot/pull/16104#discussion_r2145500706
##########
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##########
@@ -524,7 +527,9 @@ public static class QueryOptionKey {
public static final String NUM_REPLICA_GROUPS_TO_QUERY =
"numReplicaGroupsToQuery";
+ @Deprecated
public static final String ORDERED_PREFERRED_REPLICAS =
"orderedPreferredReplicas";
Review Comment:
This hasn't been released yet, any reason to not simply remove it instead of
marking it as deprecated?
--
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]