Uh oh!
There was an error while loading. Please reload this page.
[Fix] Fix typos in class name - #36663
Conversation
doris-robot
commented
Jun 21, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
wangbo
commented
Jun 21, 2024
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
2 use correct return status
| } | ||
| void RuntimeQueryStatiticsMgr::report_runtime_query_statistics() { | ||
| void RuntimeQueryStatisticsMgr::report_runtime_query_statistics() { |
There was a problem hiding this comment.
warning: function 'report_runtime_query_statistics' exceeds recommended size/complexity thresholds [readability-function-size]
voidRuntimeQueryStatisticsMgr::report_runtime_query_statistics() {
^Additional context
be/src/runtime/runtime_query_statistics_mgr.cpp:341: 117 lines including whitespace and comments (threshold 80)
voidRuntimeQueryStatisticsMgr::report_runtime_query_statistics() {
^wangbo
commented
Jun 21, 2024
run buildall |
PR approved by at least one committer and no changes requested. |
doris-robot
commented
Jun 21, 2024
TPC-H: Total hot run time: 39864 ms |
doris-robot
commented
Jun 21, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Jun 21, 2024
TPC-DS: Total hot run time: 171308 ms |
doris-robot
commented
Jun 21, 2024
ClickBench: Total hot run time: 30.3 s |
## Proposed changes 1 Fix typos in class name. 2 use correct return Status.
1 Fix typos in class name. 2 use correct return Status.
1 Fix typos in class name. 2 use correct return Status.
1 Fix typos in class name. 2 use correct return Status.
## Proposed changes 1 Fix typos in class name. 2 use correct return Status.
Proposed changes
1 Fix typos in class name.
2 use correct return Status.