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

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


    omit 590854bc2f7 Add codec pipeline integration tests and design doc
    omit 2a2082dfad4 Harden codec reload and compression stats
    omit 6bf3dfe7bed Support codecSpec on segment reload and enable codecSpec 
end to end
    omit 2c58022c5c3 Add V7 raw forward index format for codec pipelines
    omit 1ce44658f54 Use caller-owned buffers for codec pipelines
     add 0889d4c4f63 Copy blocks with mutable agg intermediates per local 
receiver in MSE broadcast exchange (#19353)
     add c485e09798f Bump software.amazon.awssdk:bom from 2.54.6 to 2.54.7 
(#19426)
     add cb85754f9cf Bump org.mongodb:bson from 5.10.0 to 5.11.0 (#19425)
     add c1966b1b3d6 Bump io.opentelemetry.contrib:opentelemetry-gcp-resources 
(#19424)
     add 50388b85a4e Bump io.dropwizard.metrics:metrics-bom from 4.2.39 to 
4.2.40 (#19423)
     add 0a50a648f8b Bump browserslist in /pinot-controller/src/main/resources 
(#19429)
     add 9fd510fe81f Enforce multi-value row limits before mutable-segment 
writes (#19399)
     add 1d48614087f Don't let RLS filters clobber the leaf's 
serverReturnFinalResult flag (#19418)
     add fe892b228a8 Clean up multi-value limit enforcement in mutable segment 
(#19431)
     add bb448114ab2 Add segmentAgeField option to time-based tier selector 
(endTime | startTime | creationTime) (#19415)
     add bfce92f2e08 Use caller-owned buffers for codec pipelines
     add 7ca222e5bc7 Add V7 raw forward index format for codec pipelines
     add f532b1ddfd1 Support codecSpec on segment reload and enable codecSpec 
end to end
     add cd49c10b98a Harden codec reload and compression stats
     add 74f47e156e4 Add codec pipeline integration tests and design doc

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   (590854bc2f7)
            \
             N -- N -- N   
refs/heads/xiangfu0/codex/codec-stack/07-integration-docs (74f47e156e4)

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:
 .../org/apache/pinot/common/tier/TierFactory.java  |   4 +-
 .../common/tier/TimeBasedTierSegmentSelector.java  |  81 ++++-
 .../pinot/common/tier/TierSegmentSelectorTest.java | 109 +++++++
 .../src/main/resources/package-lock.json           |  46 +--
 .../integration/tests/custom/WindowFunnelTest.java |  72 ++++
 .../inputformat/clplog/CLPLogRecordExtractor.java  |   4 +-
 .../pinot/query/mailbox/GrpcSendingMailbox.java    |   3 +
 .../query/runtime/blocks/RowHeapDataBlock.java     |  57 ++++
 .../runtime/operator/MailboxSendOperator.java      |   3 +-
 .../operator/exchange/BroadcastExchange.java       |  43 ++-
 .../plan/server/ServerPlanRequestUtils.java        |   7 +-
 .../operator/exchange/BroadcastExchangeTest.java   | 213 +++++++++++-
 .../query/runtime/queries/QueryRunnerTest.java     |  16 +
 .../query/runtime/queries/QueryRunnerTestBase.java |   8 +
 .../indexsegment/mutable/MutableSegmentImpl.java   | 187 ++++++-----
 .../impl/forward/CLPMutableForwardIndex.java       |   6 +-
 .../forward/FixedByteMVMutableForwardIndex.java    |  89 +++--
 .../segment/index/forward/ForwardIndexType.java    |   7 +-
 ...bleSegmentImplNumMultiValuesValidationTest.java | 362 +++++++++++++++++++++
 .../FixedByteMVMutableForwardIndexTest.java        |  89 +++--
 .../segment/spi/index/ForwardIndexConfig.java      |   5 +
 .../mutable/provider/MutableIndexContext.java      |  23 +-
 .../apache/pinot/spi/config/table/TierConfig.java  |  19 ++
 pom.xml                                            |   8 +-
 24 files changed, 1236 insertions(+), 225 deletions(-)
 create mode 100644 
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/indexsegment/mutable/MutableSegmentImplNumMultiValuesValidationTest.java


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

Reply via email to