This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
from 8af09ea396 [fix](bitmap) fix wrong result of bitmap count functions
for null values (#17849)
new 9053834d5d [bug](txn) fix concurrent txns's status data race when
aborting txn (#17893)
new 7e0ccd39d2 [bugfix](txn) return when txn state is null when doing
abort txn (#18045)
new 2524e0d1f0 [fix](agg) Avoid reusing a non-nullable column that has
been converted to nullable within a block (#17944)
new 3626f1a5b7 [fix](truncate) fix unable to truncate table due to wrong
storage medium (#17917)
new f5d62012f6 [fix](planner) should always execute projection plan
(#17885)
new cf97d0cd4b [fix](planner) should not bind slot on brother's tuple in
subquery (#17813)
new 20e7a32cc1 [fix](planner) forbid inline view but not the subquery
resolve from parent tuples (#18032)
new 6103ea64ff [Bug][Fix] regexp function core dump DCHECK failed and
error result (#17953)
new ae6ca5b9a9 [Bug](delete) Fix bug of delete partition prune error
(#18057)
new d918886e50 [fix](planner) fix targetTypeDef NPE when value is null
(#18072)
new ad61c84a60 [fix](planner) fix conjunct planned on exchange node
(#18042)
The 11 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/agent/task_worker_pool.cpp | 2 +
be/src/vec/exec/vaggregation_node.cpp | 12 +++--
be/src/vec/functions/like.cpp | 23 +++++----
docs/en/docs/admin-manual/config/fe-config.md | 2 -
.../main/java/org/apache/doris/common/Config.java | 7 ---
.../java/org/apache/doris/analysis/Analyzer.java | 4 +-
.../java/org/apache/doris/analysis/CastExpr.java | 6 ++-
.../org/apache/doris/catalog/DataProperty.java | 7 +--
.../apache/doris/common/util/PropertyAnalyzer.java | 3 +-
.../java/org/apache/doris/load/DeleteHandler.java | 19 ++++---
.../org/apache/doris/planner/OriginalPlanner.java | 8 +--
.../java/org/apache/doris/planner/PlanNode.java | 4 ++
.../apache/doris/service/FrontendServiceImpl.java | 10 +++-
.../doris/transaction/GlobalTransactionMgr.java | 38 ++++++++++++--
.../org/apache/doris/catalog/DataPropertyTest.java | 4 +-
.../doris/common/util/AutoBucketUtilsTest.java | 15 ++++++
regression-test/data/delete_p0/test_delete.out | 5 ++
.../test_string_function_regexp.out | 6 +++
.../suites/correctness_p0/test_distinct_agg.groovy | 58 ++++++++++++++++++++++
.../suites/delete_p0/test_delete.groovy | 46 +++++++++++++++++
.../query_p0/literal_view/lietral_test.groovy | 15 ++++++
.../test_string_function_regexp.groovy | 1 +
22 files changed, 241 insertions(+), 54 deletions(-)
create mode 100644
regression-test/suites/correctness_p0/test_distinct_agg.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]