-
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
[refactor](execenv) remove shared ptr from exec env #46034
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 |
TPC-H: Total hot run time: 32766 ms
|
TPC-DS: Total hot run time: 197304 ms
|
ClickBench: Total hot run time: 32.06 s
|
8eb015f
to
1b3312c
Compare
run buildall |
1 similar comment
run buildall |
TPC-H: Total hot run time: 33124 ms
|
TPC-DS: Total hot run time: 197069 ms
|
ClickBench: Total hot run time: 31.12 s
|
run beut |
3 similar comments
run beut |
run beut |
run beut |
7c7c43b
to
1e38e9f
Compare
run beut |
4e39e7f
to
ff37b66
Compare
run buildall |
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 32976 ms
|
TPC-DS: Total hot run time: 197826 ms
|
ClickBench: Total hot run time: 31.43 s
|
What problem does this PR solve?
ExecEnv should be the last object to deconstructed, so that it should not own any shared ptr. If it own any shared ptr, then we could not make sure the deconstruct sequence.
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)