This is an automated email from the ASF dual-hosted git repository. siddteotia pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from d76d5e2 Add segment size rule to Recommendation Engine (#6869) add 5faf33d Adjust threadCpuTime calculation (#6886) No new revisions were added by this update. Summary of changes: .../core/operator/InstanceResponseOperator.java | 47 ++++++++++++++-- .../operator/blocks/IntermediateResultsBlock.java | 9 +++ .../core/operator/combine/BaseCombineOperator.java | 30 ++++++---- .../operator/combine/CombineOperatorUtils.java | 3 +- ...xValueBasedSelectionOrderByCombineOperator.java | 6 +- .../combine/SelectionOnlyCombineOperator.java | 2 +- .../StreamingSelectionOnlyCombineOperator.java | 2 +- .../operator/ThreadCpuTimeMeasurementTest.java | 65 ++++++++++++++++++++++ 8 files changed, 142 insertions(+), 22 deletions(-) create mode 100644 pinot-core/src/test/java/org/apache/pinot/core/operator/ThreadCpuTimeMeasurementTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org