-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Enhancement] (nereids)implement CreateResourceCommand in nereids #48424
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
[Enhancement] (nereids)implement CreateResourceCommand in nereids #48424
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
2096288 to
e05d4ff
Compare
|
run buildall |
TPC-H: Total hot run time: 31426 ms |
TPC-DS: Total hot run time: 191414 ms |
ClickBench: Total hot run time: 31.01 s |
|
please rebase code the resolve conflicts |
e05d4ff to
faa4e32
Compare
|
run buildall |
|
@starocean999 I have rebased.Please help review |
TPC-H: Total hot run time: 31760 ms |
TPC-DS: Total hot run time: 191174 ms |
ClickBench: Total hot run time: 31.07 s |
faa4e32 to
0458b50
Compare
|
run buildall |
TPC-H: Total hot run time: 34039 ms |
TPC-DS: Total hot run time: 192374 ms |
ClickBench: Total hot run time: 29.58 s |
|
@starocean999 please help review,thanks! |
0458b50 to
80b6e0d
Compare
|
run buildall |
TPC-H: Total hot run time: 34017 ms |
TPC-DS: Total hot run time: 192088 ms |
ClickBench: Total hot run time: 29.04 s |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
…n when creating resource (#50356) ### What problem does this PR solve? Related PR: #48424 Problem Summary: The `CreateResourceCommandTest` may throw concurrent modification exception. This is because in `JdbcResource`, the origin property map may be modified. This PR changes; 1. Change the origin property map to ImmutableMap, to avoid potential exception. 2. Copy the map to the jdbc resource to avoid modifying the origin map
…n when creating resource (apache#50356) Related PR: apache#48424 Problem Summary: The `CreateResourceCommandTest` may throw concurrent modification exception. This is because in `JdbcResource`, the origin property map may be modified. This PR changes; 1. Change the origin property map to ImmutableMap, to avoid potential exception. 2. Copy the map to the jdbc resource to avoid modifying the origin map
…n when creating resource (apache#50356) Related PR: apache#48424 Problem Summary: The `CreateResourceCommandTest` may throw concurrent modification exception. This is because in `JdbcResource`, the origin property map may be modified. This PR changes; 1. Change the origin property map to ImmutableMap, to avoid potential exception. 2. Copy the map to the jdbc resource to avoid modifying the origin map
…n when creating resource (apache#50356) Related PR: apache#48424 Problem Summary: The `CreateResourceCommandTest` may throw concurrent modification exception. This is because in `JdbcResource`, the origin property map may be modified. This PR changes; 1. Change the origin property map to ImmutableMap, to avoid potential exception. 2. Copy the map to the jdbc resource to avoid modifying the origin map
…n when creating resource (apache#50356) Related PR: apache#48424 Problem Summary: The `CreateResourceCommandTest` may throw concurrent modification exception. This is because in `JdbcResource`, the origin property map may be modified. This PR changes; 1. Change the origin property map to ImmutableMap, to avoid potential exception. 2. Copy the map to the jdbc resource to avoid modifying the origin map
…ache#48424) Issue Number: close [apache#42587](apache#42587)
…n when creating resource (apache#50356) ### What problem does this PR solve? Related PR: apache#48424 Problem Summary: The `CreateResourceCommandTest` may throw concurrent modification exception. This is because in `JdbcResource`, the origin property map may be modified. This PR changes; 1. Change the origin property map to ImmutableMap, to avoid potential exception. 2. Copy the map to the jdbc resource to avoid modifying the origin map
What problem does this PR solve?
Issue Number: close #42587
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)