suneet-s commented on code in PR #12456: URL: https://github.com/apache/druid/pull/12456#discussion_r852561524
########## sql/src/main/java/org/apache/druid/sql/calcite/schema/DruidSchema.java: ########## @@ -107,6 +107,7 @@ public class DruidSchema extends AbstractSchema private final JoinableFactory joinableFactory; private final ExecutorService cacheExec; private final ExecutorService callbackExec; + private final ExecutorService metricsReporterExec; Review Comment: Oops - I will remove all these changes to this class. This was leftover from an earlier prototype. -- 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]
