Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
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]
void RuntimeQueryStatisticsMgr::report_runtime_query_statistics() {
^Additional context
be/src/runtime/runtime_query_statistics_mgr.cpp:341: 117 lines including whitespace and comments (threshold 80)
void RuntimeQueryStatisticsMgr::report_runtime_query_statistics() {
^|
run buildall |
|
PR approved by at least one committer and no changes requested. |
TPC-H: Total hot run time: 39864 ms |
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 171308 ms |
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.