TSFenwick commented on code in PR #12613:
URL: https://github.com/apache/druid/pull/12613#discussion_r890808573


##########
sql/src/main/java/org/apache/druid/sql/SqlLifecycleFactory.java:
##########
@@ -35,21 +36,24 @@
   private final RequestLogger requestLogger;
   private final QueryScheduler queryScheduler;
   private final AuthConfig authConfig;
+  private final DefaultQueryConfig defaultQueryConfig;
 
   @Inject
   public SqlLifecycleFactory(
       PlannerFactory plannerFactory,
       ServiceEmitter emitter,
       RequestLogger requestLogger,
       QueryScheduler queryScheduler,
-      AuthConfig authConfig
+      AuthConfig authConfig,
+      DefaultQueryConfig defaultQueryConfig

Review Comment:
   I'll get that done asap



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