Uh oh!
There was an error while loading. Please reload this page.
Revert "[Coverage](BE) Delete vinfo_func in BE" - #26723
Conversation
This reverts commit 01094fd.
zclllyybb
commented
Nov 9, 2023
run buildall |
| #include <gen_cpp/Exprs_types.h> | ||
| #include <glog/logging.h> | ||
| #include <stddef.h> |
There was a problem hiding this comment.
warning: inclusion of deprecated C++ header 'stddef.h'; consider using 'cstddef' instead [modernize-deprecated-headers]
| #include<stddef.h> | |
| #include<cstddef> |
| namespace doris { | ||
| namespace vectorized { |
There was a problem hiding this comment.
warning: nested namespaces can be concatenated [modernize-concat-nested-namespaces]
| namespacedoris { | |
| namespacevectorized { | |
| namespacedoris::vectorized { |
be/src/vec/exprs/vinfo_func.cpp:37:
- } // namespace vectorized- } // namespace doris+ } // namespace dorisdoris-robot
commented
Nov 9, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Nov 9, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
doris-robot
commented
Nov 9, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Reverts #26562