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

xiangfu0 pushed a change to branch xiangfu0/codex/codec-stack/01-config
in repository https://gitbox.apache.org/repos/asf/pinot.git


    omit 1c5df46ed60 Add codec spec DSL and configuration plumbing
     add 7701cfd9237 Build the lookup join key from the dimension table primary 
key in MSE (#19210)
     add b6cd43b8d59 Add a generic response-metadata extension point to 
BrokerResponse (#19019)
     add ad52533ff62 Add codec spec DSL and configuration plumbing

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1c5df46ed60)
            \
             N -- N -- N   refs/heads/xiangfu0/codex/codec-stack/01-config 
(ad52533ff62)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../MultiStageBrokerRequestHandler.java            |   8 +
 .../pinot/common/response/BrokerResponse.java      |  49 ++++
 .../response/broker/BrokerResponseNativeV2.java    |  23 +-
 .../response/broker/BrokerResponseNativeTest.java  |  17 ++
 .../broker/BrokerResponseNativeV2Test.java         |  31 +++
 .../query/runtime/operator/LookupJoinOperator.java | 232 +++++++++++++++++--
 .../runtime/operator/LookupJoinOperatorTest.java   | 247 +++++++++++++++++++++
 .../runtime/queries/ResourceBasedQueriesTest.java  |  58 +++--
 .../src/test/resources/queries/LookupJoin.json     | 167 ++++++++++++++
 .../pinot/spi/query/QueryExecutionContext.java     |  44 ++++
 .../apache/pinot/spi/query/QueryThreadContext.java |  31 +++
 11 files changed, 871 insertions(+), 36 deletions(-)
 create mode 100644 
pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/operator/LookupJoinOperatorTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to