gortiz commented on code in PR #15180: URL: https://github.com/apache/pinot/pull/15180#discussion_r1979131159
########## pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/MultiStageBrokerRequestHandler.java: ########## @@ -151,6 +152,7 @@ public void shutDown() { protected BrokerResponse handleRequest(long requestId, String query, SqlNodeAndOptions sqlNodeAndOptions, JsonNode request, @Nullable RequesterIdentity requesterIdentity, RequestContext requestContext, HttpHeaders httpHeaders, AccessControl accessControl) { + QueryThreadContext.setQueryEngine("mse"); Review Comment: One decision I had to make is whether this should be an enum instead, but decided to use Strings to make it easier to add extensible engines in the future -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org