This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git
from 59f34e5118 [fix](memtracker) Fix the exceeded limit of the first query execution (#12338) add 42fcd7c7ee Pick read by rowids (#12409) No new revisions were added by this update. Summary of changes: be/src/olap/rowset/segment_v2/binary_dict_page.cpp | 32 ++++++ be/src/olap/rowset/segment_v2/binary_dict_page.h | 3 + be/src/olap/rowset/segment_v2/binary_plain_page.h | 32 ++++++ be/src/olap/rowset/segment_v2/bitshuffle_page.h | 26 +++++ be/src/olap/rowset/segment_v2/column_reader.cpp | 125 +++++++++++++++++---- be/src/olap/rowset/segment_v2/column_reader.h | 23 +++- be/src/olap/rowset/segment_v2/page_decoder.h | 5 + be/src/olap/rowset/segment_v2/rle_page.h | 32 ++++++ be/src/olap/rowset/segment_v2/segment_iterator.cpp | 25 ++--- be/src/vec/columns/column_string.h | 15 ++- 10 files changed, 283 insertions(+), 35 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org