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 a2e342839a [feature](profile) backport stream load profile into 1.2-lts (#21784) new 66873717c1 [fix](unique-key) fix query results show duplicate key for unique key table after upgrading (#21814) new 113e9e2340 [fix](merge-on-write) fix wrong result when query with prefix key predicate (#21770) The 2 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/beta_rowset_writer.cpp | 5 +- be/src/olap/rowset/segment_v2/segment_iterator.cpp | 4 +- be/src/util/key_util.h | 7 +- .../correctness_p0/test_select_with_prefix.out | 93 +++++++++++++ .../correctness_p0/test_select_with_prefix.groovy | 149 +++++++++++++++++++++ 5 files changed, 255 insertions(+), 3 deletions(-) create mode 100644 regression-test/data/correctness_p0/test_select_with_prefix.out create mode 100644 regression-test/suites/correctness_p0/test_select_with_prefix.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org