This is an automated email from the ASF dual-hosted git repository.

jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from c092b105e1 Fix a bug in SortOperator that prevents error block to be 
propogated (#11425)
     add 11276c6cd8 [Multi-stage] Limit groups for group-by executor (#11424)

No new revisions were added by this update.

Summary of changes:
 .../common/utils/config/QueryOptionsUtils.java     |  6 +-
 .../apache/calcite/rel/hint/PinotHintOptions.java  |  3 +
 .../apache/pinot/query/runtime/QueryRunner.java    | 90 ++++++++++++++--------
 .../query/runtime/operator/AggregateOperator.java  | 32 +++++---
 .../query/runtime/operator/HashJoinOperator.java   | 81 ++++++++++---------
 .../operator/MultistageGroupByExecutor.java        | 81 ++++++++++++++++---
 .../pinot/query/runtime/QueryRunnerTest.java       | 13 ++++
 .../apache/pinot/spi/utils/CommonConstants.java    | 10 ++-
 8 files changed, 219 insertions(+), 97 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to