You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2023/07/26 21:04:17 UTC

[pinot] branch master updated (a86ba9c42f -> a0ff2e8420)

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

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


    from a86ba9c42f Add brokerId and brokerReduceTimeMs to the broker response stats (#11142)
     add a0ff2e8420 [multistage] bridge v2 query engine for leaf stage v1 multi-value column (#11117)

No new revisions were added by this update.

Summary of changes:
 .../pinot/common/function/FunctionRegistry.java    |  6 ++
 .../common/function/TransformFunctionType.java     | 12 +++
 .../function/TransformFunctionFactory.java         |  2 +-
 .../pinot/integration/tests/QueryGenerator.java    | 87 +++++++++++++++++-----
 .../tests/BaseClusterIntegrationTestSet.java       | 60 ++++++++-------
 .../tests/MultiStageEngineIntegrationTest.java     | 26 ++++++-
 .../query/parser/CalciteRexExpressionParser.java   |  7 ++
 .../planner/logical/RelToPlanNodeConverter.java    |  9 ++-
 .../plan/server/ServerPlanRequestUtils.java        |  2 +-
 9 files changed, 160 insertions(+), 51 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org