This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 79dd4e24ffd fix compile
new d88caca44a1 [fix](Nereids) push down topn distinct through join by
mistake (#31396)
new fa020b6696c [Improvement](regression-test) generate user token by
configured user and password rather than hard cord (#31345)
new 586217bf731 [Improve](Variant) support prune segment for quering
variant (#31310)
new 6737fdea64a [Chore](agg-state) adjust AggStateType constructor check
input (#31401)
new e8a21b529ed [Fix](fe-core) Fix The EliminateSortUnderSubquery will not
affect the EliminateOrderByConstant rule (#31402) (#31403)
new df8405e5a20 [fix](merge-on-write) incorrect result caused by key range
filter with pk (#31456)
new ff6e268dec4 Return UNKNOWN column stats if ndv is 0. (#31439)
new 26901d78073 [Opt](exec) enable top opt in string type (#31489)
new 9e2a9aef7ea [Fix](regression) add disable_auto_compaction for show
data (#31519)
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/olap/rowset/segment_v2/segment.cpp | 19 +++--
be/src/olap/rowset/segment_v2/segment_iterator.cpp | 4 +-
be/src/runtime/runtime_predicate.cpp | 2 +
be/src/util/key_util.h | 17 ++--
.../org/apache/doris/catalog/AggStateType.java | 33 +++-----
.../java/org/apache/doris/catalog/ScalarType.java | 4 -
.../main/java/org/apache/doris/catalog/Type.java | 49 +----------
fe/fe-core/src/main/cup/sql_parser.cup | 25 +++---
.../java/org/apache/doris/analysis/ColumnDef.java | 41 ----------
.../main/java/org/apache/doris/analysis/Expr.java | 14 ++--
.../doris/nereids/processor/post/TopNScanOpt.java | 3 +-
.../org/apache/doris/nereids/rules/RuleType.java | 1 +
.../rules/rewrite/EliminateSortUnderSubquery.java | 2 +-
.../rewrite/PushDownTopNDistinctThroughJoin.java | 94 +++++++++++++++++-----
.../nereids/trees/plans/logical/LogicalTopN.java | 7 ++
.../org/apache/doris/planner/OriginalPlanner.java | 3 +-
.../org/apache/doris/statistics/ColStatsData.java | 5 ++
.../apache/doris/statistics/ColumnStatistic.java | 2 +-
.../doris/statistics/ColumnStatisticBuilder.java | 4 +-
.../statistics/ColumnStatisticsCacheLoader.java | 31 ++++---
.../apache/doris/statistics/StatisticsCache.java | 5 +-
.../nereids/postprocess/TopNRuntimeFilterTest.java | 15 ----
.../doris/nereids/stats/FilterEstimationTest.java | 2 +
.../limit_push_down/order_push_down.out | 10 +--
.../test_primary_key_simple_case.out | 22 +++++
.../bloom_filter_p0/test_bloom_filter_hit.groovy | 5 +-
.../suites/inverted_index_p0/test_show_data.groovy | 12 ++-
.../suites/statistics/analyze_stats.groovy | 17 ++++
.../test_primary_key_simple_case.groovy | 42 ++++++++++
29 files changed, 272 insertions(+), 218 deletions(-)
create mode 100644
regression-test/data/unique_with_mow_p0/test_primary_key_simple_case.out
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]