-
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
[env](compile)open compile check in columns class #44425
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:
|
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.
clang-tidy made some suggestions
8b852e7
to
e7935fb
Compare
run buildall |
TPC-H: Total hot run time: 40058 ms
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 198441 ms
|
ClickBench: Total hot run time: 32.73 s
|
e7935fb
to
fcffd36
Compare
run buildall |
TPC-H: Total hot run time: 40266 ms
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 198517 ms
|
ClickBench: Total hot run time: 32.79 s
|
646a5bf
to
b36cdd0
Compare
run buildall |
TPC-H: Total hot run time: 40360 ms
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 198832 ms
|
ClickBench: Total hot run time: 32.14 s
|
@@ -43,6 +43,7 @@ | |||
#include "vec/common/pod_array_fwd.h" | |||
|
|||
namespace doris::vectorized { | |||
// #include "common/compile_check_begin.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.
just remove
What problem does this PR solve?
Problem Summary:
open compile check in columns class
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)