This is an automated email from the ASF dual-hosted git repository. siddteotia pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 50cdd28e9e Benchmark thread cpu time (#9408) add bfa2a5a23c [multistage] Initial commit to support h2 testing (#9406) No new revisions were added by this update. Summary of changes: .../function/scalar/ComparisonFunctions.java | 7 + .../sql/parsers/rewriter/QueryRewriterFactory.java | 2 +- .../rel/rules/PinotSortExchangeNodeInsertRule.java | 11 -- .../query/planner/logical/RelToStageConverter.java | 4 +- .../pinot/query/planner/logical/RexExpression.java | 2 + .../query/planner/logical/RexExpressionUtils.java | 7 + .../pinot/query/QueryEnvironmentTestUtils.java | 3 +- pinot-query-runtime/pom.xml | 5 + .../query/runtime/operator/OperatorUtils.java | 34 ++-- .../pinot/query/runtime/operator/SortOperator.java | 65 +++++--- .../runtime/operator/operands/FilterOperand.java | 13 +- .../query/runtime/utils/ServerRequestUtils.java | 11 ++ .../apache/pinot/query/QueryServerEnclosure.java | 32 ++-- .../pinot/query/runtime/QueryRunnerTest.java | 179 +++++++++++++++------ .../pinot/query/runtime/QueryRunnerTestBase.java | 96 ++++++++++- .../org/apache/pinot/spi/utils/BooleanUtils.java | 12 ++ 16 files changed, 357 insertions(+), 126 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org