Revert "[Coverage](BE) Delete vinfo_func in BE"#26723
Revert "[Coverage](BE) Delete vinfo_func in BE"#26723zhangstar333 merged 1 commit intoapache:masterfrom
Conversation
This reverts commit 01094fd.
|
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]
| namespace doris { | |
| namespace vectorized { | |
| namespace doris::vectorized { |
be/src/vec/exprs/vinfo_func.cpp:37:
- } // namespace vectorized
- } // namespace doris
+ } // namespace doris|
TeamCity be ut coverage result: |
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
(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