Uh oh!
There was an error while loading. Please reload this page.
[improve](mow) merge and remove old version of delete bitmap when cumulative compaction is done - #42479
[improve](mow) merge and remove old version of delete bitmap when cumulative compaction is done #42479hust-hhb wants to merge 4 commits into
Conversation
…ulative compaction is done
doris-robot
commented
Oct 25, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
hust-hhb
commented
Oct 25, 2024
run buildall |
| #pragma once | ||
| #include <stdint.h> |
There was a problem hiding this comment.
warning: inclusion of deprecated C++ header 'stdint.h'; consider using 'cstdint' instead [modernize-deprecated-headers]
| #include<stdint.h> | |
| #include<cstdint> |
| private: | ||
| Status _handle_show_delete_bitmap_count(HttpRequest* req, std::string* json_result); | ||
| private: |
There was a problem hiding this comment.
warning: redundant access specifier has the same accessibility as the previous access specifier [readability-redundant-access-specifiers]
| private: |
Additional context
be/src/http/action/delete_bitmap_action.h:44: previously declared here
private:
^doris-robot
commented
Oct 25, 2024
TeamCity be ut coverage result: |
zhannngchen
commented
Nov 8, 2024
#40204 is optimized for cloud, we don't need to pick it to 2.1? |
hust-hhb
commented
Nov 21, 2024
run buildall |
doris-robot
commented
Nov 21, 2024
TeamCity be ut coverage result: |
hust-hhb
commented
Dec 10, 2024
run buildall |
doris-robot
commented
Dec 10, 2024
TeamCity be ut coverage result: |
pick pr #41636 to branch 2.1