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

xiangfu0 pushed a change to branch 
xiangfu0/codex/codec-handler-context-lifecycle
in repository https://gitbox.apache.org/repos/asf/pinot.git


    omit 8910f232c69 Fix forward index reader context lifecycle
     add a7c582af4b9 Minor cleanup on explain mode handling in 
ServerQueryExecutorV1Impl (#19283)
     add 1019930cd7e [UUID 6/8] UUID multi-stage engine (planner + runtime) 
(#18874)
     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 003a430ba72 Fix forward index reader context lifecycle

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   (8910f232c69)
            \
             N -- N -- N   
refs/heads/xiangfu0/codex/codec-handler-context-lifecycle (003a430ba72)

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/executor/ServerQueryExecutorV1Impl.java  |  47 ++--
 .../core/query/request/context/QueryContext.java   |  11 +-
 .../tests/custom/UuidAggregationTest.java          |  10 +
 .../query/parser/CalciteRexExpressionParser.java   |   2 +-
 .../query/planner/logical/RexExpressionUtils.java  |   8 +
 .../parser/CalciteRexExpressionParserTest.java     |  33 +--
 .../planner/logical/RexExpressionUtilsTest.java    |  20 ++
 .../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 +++
 18 files changed, 957 insertions(+), 81 deletions(-)
 copy 
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/segment/index/NullValueIndexTest.java
 => 
pinot-query-planner/src/test/java/org/apache/pinot/query/parser/CalciteRexExpressionParserTest.java
 (50%)
 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