maytasm commented on a change in pull request #11566:
URL: https://github.com/apache/druid/pull/11566#discussion_r688310060



##########
File path: extensions-core/hdfs-storage/pom.xml
##########
@@ -377,6 +377,11 @@
           <artifactId>junit</artifactId>
           <scope>test</scope>
         </dependency>
+        <dependency>

Review comment:
       What is this for?

##########
File path: 
services/src/main/java/org/apache/druid/server/router/TieredBrokerHostSelector.java
##########
@@ -257,6 +268,42 @@ public String getDefaultServiceName()
     return new Pair<>(brokerServiceName, nodesHolder.pick());
   }
 
+  public Pair<String, Server> selectForSql(SqlQuery sqlQuery)
+  {
+    synchronized (lock) {

Review comment:
       Can part of this method be refactor to share common code with the select 
method?




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