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 6061b8926a Fix race condition in IdealStateGroupCommit (#14237)
     add 77627ba1fe colocated-without-hints (#13943)

No new revisions were added by this update.

Summary of changes:
 .../MultiStageBrokerRequestHandler.java            |  11 +-
 pinot-query-planner/pom.xml                        |   4 +
 .../pinot/calcite/rel/hint/PinotHintOptions.java   |  19 ++
 .../calcite/rel/hint/PinotHintStrategyTable.java   |  25 +++
 .../rel/rules/PinotImplicitTableHintRule.java      | 223 +++++++++++++++++++++
 .../pinot/calcite/rel/rules/TableOptions.java      |  17 +-
 .../org/apache/pinot/query/QueryEnvironment.java   | 131 +++++++++---
 .../apache/pinot/query/routing/WorkerManager.java  | 179 +++++++++++------
 .../query/runtime/queries/QueryRunnerTestBase.java |   4 +-
 .../apache/pinot/spi/utils/CommonConstants.java    |   7 +-
 .../pinot/tools/ColocatedJoinEngineQuickStart.java |   1 +
 pom.xml                                            |   5 +
 12 files changed, 536 insertions(+), 90 deletions(-)
 create mode 100644 
pinot-query-planner/src/main/java/org/apache/pinot/calcite/rel/rules/PinotImplicitTableHintRule.java
 copy 
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/operands/TransformOperand.java
 => 
pinot-query-planner/src/main/java/org/apache/pinot/calcite/rel/rules/TableOptions.java
 (72%)


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

Reply via email to