This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a change to branch auto-pick-62493-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from a9ce9d34aff branch-4.1: [fix](cloud) Fix reading packed inverted index 
file on file cache miss (#64410)
     add 3f734ffc917 [cleanup](segment)Remove dead 
get_first_value/get_last_value APIs from PageBuilder (#62493)

No new revisions were added by this update.

Summary of changes:
 be/src/storage/segment/binary_dict_page.cpp        | 31 -----------
 be/src/storage/segment/binary_dict_page.h          |  5 --
 be/src/storage/segment/binary_plain_page.h         | 48 ----------------
 be/src/storage/segment/binary_plain_page_v2.h      | 49 -----------------
 be/src/storage/segment/binary_prefix_page.cpp      |  4 --
 be/src/storage/segment/binary_prefix_page.h        | 21 +------
 be/src/storage/segment/bitshuffle_page.h           | 23 --------
 be/src/storage/segment/frame_of_reference_page.h   | 22 --------
 be/src/storage/segment/page_builder.h              | 14 -----
 be/src/storage/segment/plain_page.h                | 28 +---------
 be/src/storage/segment/rle_page.h                  | 25 ---------
 be/test/storage/segment/binary_dict_page_test.cpp  | 10 ----
 be/test/storage/segment/binary_plain_page_test.cpp |  8 ---
 .../storage/segment/binary_plain_page_v2_test.cpp  | 64 ----------------------
 .../storage/segment/binary_prefix_page_test.cpp    | 16 ------
 be/test/storage/segment/bitshuffle_page_test.cpp   |  8 ---
 .../segment/frame_of_reference_page_test.cpp       |  6 --
 be/test/storage/segment/plain_page_test.cpp        |  8 ---
 be/test/storage/segment/rle_page_test.cpp          |  8 ---
 19 files changed, 3 insertions(+), 395 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to