This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 520b6d7910 [Improvement](decimalv3) Add a config to check overflow for DECIMALV3 (#15463) add 5ec4e5586f [refactor]remove seek block in segmentIterator (#15413) No new revisions were added by this update. Summary of changes: be/src/olap/rowset/segment_v2/segment_iterator.cpp | 42 +- be/src/olap/rowset/segment_v2/segment_iterator.h | 59 ++- be/src/olap/schema.cpp | 12 + be/src/olap/schema.h | 2 + .../duplicate/storage/test_short_key_index.out | 344 +++++++++++++ .../duplicate/storage/test_short_key_index.groovy | 545 +++++++++++++++++++++ 6 files changed, 982 insertions(+), 22 deletions(-) create mode 100644 regression-test/data/data_model_p0/duplicate/storage/test_short_key_index.out create mode 100644 regression-test/suites/data_model_p0/duplicate/storage/test_short_key_index.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org