-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[opt](rowset meta) truncate segments key bounds if too large to avoid RowsetMetaCloudPB
exceeds fdb's 100KB limits
#45287
base: master
Are you sure you want to change the base?
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
f848d0f
to
6754c7f
Compare
clang-tidy review says "All clean, LGTM! 👍" |
6754c7f
to
c6e01f4
Compare
clang-tidy review says "All clean, LGTM! 👍" |
c6e01f4
to
a870868
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
#include <gen_cpp/olap_file.pb.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: 'gen_cpp/olap_file.pb.h' file not found [clang-diagnostic-error]
#include <gen_cpp/olap_file.pb.h>
^
b29e183
to
4de3fe4
Compare
be/src/util/slice.cpp
Outdated
@@ -27,4 +27,23 @@ Slice::Slice(const faststring& s) | |||
data((char*)(s.data())), | |||
size(s.size()) {} | |||
|
|||
bool Slice::origin_is_strictly_less_than(Slice X, bool X_is_truncated, Slice Y, | |||
bool Y_is_truncated) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Y_is_truncated
is useless?
4b70373
to
c2c2892
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
286cb7a
to
3c33012
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
59f196e
to
59d64f4
Compare
run buildall |
TPC-H: Total hot run time: 40571 ms
|
TPC-DS: Total hot run time: 190947 ms
|
ClickBench: Total hot run time: 33.74 s
|
TPC-DS: Total hot run time: 196292 ms
|
ClickBench: Total hot run time: 33.01 s
|
b9c1e62
to
621196e
Compare
run buildall |
TPC-H: Total hot run time: 33372 ms
|
TPC-DS: Total hot run time: 197755 ms
|
ClickBench: Total hot run time: 31.41 s
|
TeamCity be ut coverage result: |
621196e
to
b8e8935
Compare
run buildall |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
a0503e7
to
2d33fa3
Compare
run buildall |
run buildall |
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 32650 ms
|
TPC-DS: Total hot run time: 196711 ms
|
ClickBench: Total hot run time: 31.46 s
|
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)