This is an automated email from the ASF dual-hosted git repository. gortiz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from b78b76fc4f Warn about numGroups above threshold (#15278) add 9f54922166 add numGroupsWarningLimitReached stat (#15279) No new revisions were added by this update. Summary of changes: .../apache/pinot/broker/querylog/QueryLogger.java | 6 ++++ .../pinot/broker/querylog/QueryLoggerTest.java | 19 +++++++----- .../org/apache/pinot/client/ExecutionStats.java | 7 +++++ .../apache/pinot/common/datatable/DataTable.java | 5 ++-- .../pinot/common/response/BrokerResponse.java | 5 ++++ .../response/broker/BrokerResponseNative.java | 26 ++++++++++++----- .../response/broker/BrokerResponseNativeV2.java | 34 ++++++++++++++-------- .../response/broker/CursorResponseNative.java | 17 ++++++----- .../src/main/resources/app/interfaces/types.d.ts | 1 + .../main/resources/app/utils/PinotMethodUtils.ts | 3 +- .../blocks/results/GroupByResultsBlock.java | 12 ++++++++ .../operator/combine/GroupByCombineOperator.java | 5 ++++ .../operator/query/FilteredGroupByOperator.java | 5 +++- .../pinot/core/operator/query/GroupByOperator.java | 5 +++- .../query/reduce/ExecutionStatsAggregator.java | 4 +++ .../query/runtime/operator/AggregateOperator.java | 4 ++- .../LeafStageTransferableBlockOperator.java | 4 +++ .../query/runtime/operator/MultiStageOperator.java | 2 ++ .../runtime/operator/AggregateOperatorTest.java | 2 ++ 19 files changed, 124 insertions(+), 42 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org