imply-cheddar commented on code in PR #13627:
URL: https://github.com/apache/druid/pull/13627#discussion_r1069039794


##########
sql/src/main/java/org/apache/druid/sql/calcite/schema/DruidCalciteSchemaModule.java:
##########
@@ -64,7 +64,7 @@ public void configure(Binder binder)
   }
 
   @Provides
-  @Singleton
+  @LazySingleton

Review Comment:
   Please share where that LazySingleton thing is breaking?  It should be true 
that `LazySingleton` is the only singleton annotation that we use anywhere, if 
that's breaking for a reason, I'm very curious how it's breaking stuff and 
would like to help fix 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