siddharthteotia commented on a change in pull request #6711:
URL: https://github.com/apache/incubator-pinot/pull/6711#discussion_r599255480
##########
File path:
pinot-core/src/main/java/org/apache/pinot/core/operator/combine/CombineOperatorUtils.java
##########
@@ -70,5 +71,6 @@ public static void
setExecutionStatistics(IntermediateResultsBlock resultsBlock,
resultsBlock.setNumEntriesScannedInFilter(numEntriesScannedInFilter);
resultsBlock.setNumEntriesScannedPostFilter(numEntriesScannedPostFilter);
resultsBlock.setNumTotalDocs(numTotalDocs);
+ resultsBlock.setThreadCpuTimeNs(threadCpuTimeNs);
Review comment:
Sorry, should have discussed this in previous PR. Can we please rename
the method to `setExecutionThreadCpuTimeNs` ?
--
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]