You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ro...@apache.org on 2023/05/24 15:11:22 UTC

[pinot] branch master updated (fec7b885c1 -> 1f0100c7fe)

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

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


    from fec7b885c1 10689: Update for pinot helm release version 0.2.7 (#10723)
     add 1f0100c7fe [multistage][bugfix] fix singleton exchange (#10797)

No new revisions were added by this update.

Summary of changes:
 .../rel/rules/PinotJoinExchangeNodeInsertRule.java | 10 +++-
 .../test/resources/queries/PinotHintablePlans.json | 33 +++++++++++
 .../operator/BaseMailboxReceiveOperator.java       | 10 ----
 .../runtime/operator/MailboxSendOperator.java      | 10 ----
 .../operator/exchange/SingletonExchange.java       | 19 +++++-
 .../operator/MailboxReceiveOperatorTest.java       |  9 ---
 .../operator/SortedMailboxReceiveOperatorTest.java | 10 ----
 .../operator/exchange/SingletonExchangeTest.java   | 49 +++++++++++++++-
 .../src/test/resources/queries/QueryHints.json     | 68 ++++++++++++++++++++++
 9 files changed, 176 insertions(+), 42 deletions(-)
 create mode 100644 pinot-query-runtime/src/test/resources/queries/QueryHints.json


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