kgyrtkirk commented on code in PR #17354:
URL: https://github.com/apache/druid/pull/17354#discussion_r1822838892


##########
processing/src/main/java/org/apache/druid/query/QueryToolChest.java:
##########
@@ -71,6 +73,12 @@ protected QueryToolChest()
     }
   }
 
+  @Inject
+  public void setWarehouse(QueryRunnerFactoryConglomerate conglomerate)
+  {
+    this.conglomerate = conglomerate;
+  }
+

Review Comment:
   I've also moved this method to be under `UnionQueryQueryToolChest` as that's 
the only thing right now using it



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