This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
from a6ee47a6b7 [BugFix](VExprContext) capture error status to prevent
incorrect func call which causes coredump #12779
new 0f494e9a77 [fix](intersect) fix intersect query failed in row storage
code (#12712)
new 27a5dab344 [Enhancement](load) optimize flush policy to avoid small
segments #12706
new 19a610d1e7 [Bugfix](string_functions) rearrange code to avoid global
buffer overflow in FindInSetOp::execute (#12677)
new b852acd9f6 [Bugfix](stack_over_flow) fix be may core dump because of
stack-buffer-overflow when TBrokerOpenReaderResponse too large (#12658)
new 596398e470 [fix](colocation) fix decommission failure with 2 BEs and
colocation table (#12644)
new 39ca45cbe9 [chore](build) add build param to version string (#12591)
new 42f11ab110 [Enhancement](sparkload) cast the src slot types of bitmap
columns to `bitmap` when FE push tasks in spark load (#12394)
new 8e11172374 [fix](grouping sets) grouping sets cause be core or return
wrong results (#12313)
The 8 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/CMakeLists.txt | 2 +-
be/src/exec/broker_reader.cpp | 18 +++++++++-------
be/src/exec/set_operation_node.cpp | 8 -------
be/src/exec/set_operation_node.h | 1 -
be/src/exprs/bitmap_function.cpp | 17 +++++++++++----
be/src/olap/delta_writer.cpp | 17 ++++++++++-----
be/src/olap/delta_writer.h | 8 +++----
be/src/runtime/tablets_channel.cpp | 8 +++----
be/src/util/debug_util.cpp | 13 +++++++++++
be/src/vec/functions/function_string.cpp | 2 +-
.../java/org/apache/doris/alter/SystemHandler.java | 2 +-
.../java/org/apache/doris/analysis/SelectStmt.java | 25 ++++++++++++++++------
.../clone/ColocateTableCheckerAndBalancer.java | 3 ++-
.../org/apache/doris/load/loadv2/SparkLoadJob.java | 12 +++++++++--
.../tpch_sf1/function/test_find_in_set.out} | 2 +-
.../tpch_sf1/function/test_find_in_set.groovy} | 18 ++++++++++------
16 files changed, 102 insertions(+), 54 deletions(-)
copy regression-test/data/{aggregate/aggregate_count1.out =>
tpch_sf1_p1/tpch_sf1/function/test_find_in_set.out} (98%)
copy regression-test/suites/{query/group_concat/test_group_concat.groovy =>
tpch_sf1_p1/tpch_sf1/function/test_find_in_set.groovy} (68%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]