cryptoe commented on code in PR #12514: URL: https://github.com/apache/druid/pull/12514#discussion_r871722833
########## processing/src/main/java/org/apache/druid/query/spec/SpecificSegmentQueryRunner.java: ########## @@ -45,6 +46,9 @@ private final QueryRunner<T> base; private final SpecificSegmentSpec specificSpec; + @VisibleForTesting + static final String CTX_SET_THREAD_NAME = "setProcessingThreadNames"; Review Comment: Should we document this somewhere? Maybe Query context.md ? -- 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]
