This is an automated email from the ASF dual-hosted git repository.
xiangfu0 pushed a change to branch xiangfu0/codex/codec-stack/05-v7-format
in repository https://gitbox.apache.org/repos/asf/pinot.git
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
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 (4fe389f21ac)
\
N -- N -- N refs/heads/xiangfu0/codex/codec-stack/05-v7-format
(64e4757bed4)
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]