This is an automated email from the ASF dual-hosted git repository. kishoreg pushed a change to branch execution-stats in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 62defb7 Emitting metrics numSegmentsQueried, numSegmentsProcessed, numSegmentsMatched add f30c82f Handling review comments, added test case for offline and realtime No new revisions were added by this update. Summary of changes: .../requesthandler/BaseBrokerRequestHandler.java | 2 +- .../pinot/common/response/BrokerResponse.java | 6 +++--- .../core/operator/CombineGroupByOperator.java | 2 +- .../pinot/core/operator/CombineOperator.java | 2 +- .../pinot/core/operator/ExecutionStatistics.java | 2 +- .../pinot/core/query/scheduler/QueryScheduler.java | 8 ++++---- .../tests/BaseClusterIntegrationTestSet.java | 23 +++++++++++++++++++++- .../tests/HybridClusterIntegrationTest.java | 6 ++++++ .../tests/OfflineClusterIntegrationTest.java | 6 ++++++ 9 files changed, 45 insertions(+), 12 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org