funguy-tech commented on code in PR #15181:
URL: https://github.com/apache/druid/pull/15181#discussion_r1364105791


##########
processing/src/main/java/org/apache/druid/query/QueryContexts.java:
##########
@@ -85,6 +85,7 @@ public class QueryContexts
   public static final String SERIALIZE_DATE_TIME_AS_LONG_INNER_KEY = 
"serializeDateTimeAsLongInner";
   public static final String UNCOVERED_INTERVALS_LIMIT_KEY = 
"uncoveredIntervalsLimit";
   public static final String MIN_TOP_N_THRESHOLD = "minTopNThreshold";
+  public static final String FEDERATED_CLUSSTER_BROKERS = 
"federatedClusterBrokers";

Review Comment:
   Nit: Should this be `FEDERATED_CLUSTER_BROKERS` instead?



-- 
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]

Reply via email to