Jackie-Jiang commented on code in PR #15538: URL: https://github.com/apache/pinot/pull/15538#discussion_r2098949237
########## pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/EmptyResponseUtils.java: ########## @@ -139,8 +139,8 @@ public static void fillEmptyResponseSchema(boolean useMSE, BrokerResponse respon if (useMSE) { QueryEnvironment queryEnvironment = new QueryEnvironment(database, tableCache, null); RelRoot root; - try (QueryEnvironment.CompiledQuery compiledQuery = queryEnvironment.compile(query)) { - root = compiledQuery.getRelRoot(); + try (QueryEnvironment.MseQuery compiledQuery = queryEnvironment.createQuery(query)) { Review Comment: Consider rename the variable, same for other places -- 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