-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[feature](vault) Support alter storage vault stmt in FE #37606
[feature](vault) Support alter storage vault stmt in FE #37606
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
TPC-H: Total hot run time: 39857 ms
|
TPC-DS: Total hot run time: 173777 ms
|
ClickBench: Total hot run time: 30.48 s
|
712827e
to
8801d07
Compare
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
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
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
8b0f1d0
to
9ea5790
Compare
run buildall |
TPC-H: Total hot run time: 40568 ms
|
TPC-DS: Total hot run time: 174317 ms
|
ClickBench: Total hot run time: 30.37 s
|
run buildall |
TPC-H: Total hot run time: 40645 ms
|
TPC-DS: Total hot run time: 173492 ms
|
ClickBench: Total hot run time: 30.67 s
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
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.
Pls add regression test for the new feature
3e99939
to
298784b
Compare
run feut |
run buildall |
TPC-H: Total hot run time: 40184 ms
|
TPC-DS: Total hot run time: 173053 ms
|
ClickBench: Total hot run time: 31.03 s
|
298784b
to
9ddb534
Compare
run buildall |
TPC-H: Total hot run time: 40315 ms
|
TPC-DS: Total hot run time: 173686 ms
|
ClickBench: Total hot run time: 30.63 s
|
Support alter storage vault stmt in FE. Currently only support alter s3 vault's ak and sk. For example ```sql alter storage vault s3_vault properties( "type" = "s3", "ak" = "new_ak" ); ```
Proposed changes
Support alter storage vault stmt in FE. Currently only support alter s3 vault's ak and sk.
For example