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


 discard 43e5df3e141 Add codec pipeline integration tests and design doc
 discard 29aeb2d1b26 Harden codec reload and compression stats
 discard 0956bbf8e3f Support codecSpec on segment reload and enable codecSpec 
end to end
 discard 4fe389f21ac Validate V7 reader metadata invariants
 discard 38b2a50ec52 Harden V7 codec pipeline I/O
 discard 2e6d7e80c48 Add V7 raw forward index format for codec pipelines
    omit f31fb3e3718 Add T64 and GORILLA packing transform codecs
     add e57f94bce52 Honour the null handling option in EXPR_MIN/EXPR_MAX and 
TIMESERIESAGGREGATE (#19357)
     add cf585314906 Add T64 and GORILLA packing transform codecs (#19306)
     add 28e06bdfd2c Add V7 raw forward index format for codec pipelines
     add 0687645e0bf Harden V7 codec pipeline I/O
     add 64e4757bed4 Validate V7 reader metadata invariants
     add 464b0dc445b Support codecSpec on segment reload and enable codecSpec 
end to end
     add c26f35269ac Harden codec reload and compression stats
     add 231bb99358c 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   (43e5df3e141)
            \
             N -- N -- N   
refs/heads/xiangfu0/codex/codec-stack/07-integration-docs (231bb99358c)

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:
 .../function/AggregationFunctionFactory.java       |   6 +-
 .../ParentExprMinMaxAggregationFunction.java       | 121 ++++++++++---
 .../function/TimeSeriesAggregationFunction.java    | 139 ++++++++------
 .../AggregationFunctionNullContractTest.java       |   9 +-
 .../function/ExprMinMaxNullHandlingTest.java       | 201 +++++++++++++++++++++
 .../function/StoredTypeDispatchTest.java           |   4 +-
 .../TimeSeriesAggregationNullHandlingTest.java     | 143 +++++++++++++++
 7 files changed, 534 insertions(+), 89 deletions(-)
 create mode 100644 
pinot-core/src/test/java/org/apache/pinot/core/query/aggregation/function/ExprMinMaxNullHandlingTest.java
 create mode 100644 
pinot-core/src/test/java/org/apache/pinot/core/query/aggregation/function/TimeSeriesAggregationNullHandlingTest.java


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

Reply via email to