Jackie-Jiang commented on a change in pull request #6742: URL: https://github.com/apache/incubator-pinot/pull/6742#discussion_r612025007
########## File path: pinot-core/src/main/java/org/apache/pinot/core/query/reduce/BrokerReduceService.java ########## @@ -86,6 +84,31 @@ public BrokerReduceService(PinotConfiguration config) { _reduceExecutorService = Executors.newFixedThreadPool(numThreadsInExecutorService, reduceThreadFactory); } + private static void updateAlias(QueryContext queryContext, BrokerResponseNative brokerResponseNative) { Review comment: Let's not use IDE to rearrange the code (there is a checkbox during reformat). We don't usually follow that rule, and that is not really help the readability. -- 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. 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