This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch auto-pick-68434-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
discard 4cffc2c96f8 [fix](regression) Fix tablet state change publish test
(#68434)
add 9c384e08d32 branch-4.1: [fix](be) Keep all samples when merging
percentile states #68318 (#68475)
add 129abd9f325 [fix](function) Revert incompatible IP range index
backport (#68473)
add 5dbd0f6fdcc branch-4.1: [improvement](be) Optimize pow squares with
exact integer results #68258 (#68443)
add b6646589d70 [fix](regression) Fix tablet state change publish test
(#68434)
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 (4cffc2c96f8)
\
N -- N -- N refs/heads/auto-pick-68434-branch-4.1 (b6646589d70)
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:
be/src/exprs/function/function_ip.h | 9 -
be/src/exprs/function/math.cpp | 23 +++
be/src/util/percentile_util.h | 36 +++-
be/test/exprs/function/function_math_test.cpp | 193 ++++++++++++++++++++-
be/test/util/percentile_util_test.cpp | 84 +++++++++
.../data/function_p0/test_pow_square.out | 79 +++++++++
.../inverted_index_p0/test_ip_cidr_not_null.out | 9 -
.../aggregate/percentile_bucketed_agg_merge.out | 23 +++
.../suites/function_p0/test_pow_square.groovy | 114 ++++++++++++
.../inverted_index_p0/test_ip_cidr_not_null.groovy | 63 -------
.../aggregate/percentile_bucketed_agg_merge.groovy | 93 ++++++++++
11 files changed, 630 insertions(+), 96 deletions(-)
create mode 100644 regression-test/data/function_p0/test_pow_square.out
delete mode 100644
regression-test/data/inverted_index_p0/test_ip_cidr_not_null.out
create mode 100644
regression-test/data/query_p0/aggregate/percentile_bucketed_agg_merge.out
create mode 100644 regression-test/suites/function_p0/test_pow_square.groovy
delete mode 100644
regression-test/suites/inverted_index_p0/test_ip_cidr_not_null.groovy
create mode 100644
regression-test/suites/query_p0/aggregate/percentile_bucketed_agg_merge.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]