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-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org