-
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
[bug](restore) Fix wrong storage policy in show create stmt after restore #48158
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
TPC-H: Total hot run time: 31531 ms
|
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.
LGTM
We should not show policy for partitions, because result of show create table can not be used to create a new table. |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
TPC-DS: Total hot run time: 183612 ms
|
ClickBench: Total hot run time: 30.9 s
|
regression-test/suites/cold_heat_separation/empty_table_use_policy/create_table_use_partition_policy.groovy Already support it. |
relate to #47009 |
run buildall |
TPC-H: Total hot run time: 31373 ms
|
TPC-DS: Total hot run time: 190340 ms
|
ClickBench: Total hot run time: 30.83 s
|
run buildall |
TPC-H: Total hot run time: 31399 ms
|
TPC-DS: Total hot run time: 184204 ms
|
ClickBench: Total hot run time: 31.23 s
|
run buildall |
TPC-H: Total hot run time: 31641 ms
|
TPC-DS: Total hot run time: 184175 ms
|
ClickBench: Total hot run time: 30.91 s
|
run feut |
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.
LGTM
…tore (#48158) Fix wrong storage policy in show create stmt after restore
…tore (#48158) Fix wrong storage policy in show create stmt after restore
What problem does this PR solve?
Issue Number: close #xxx
Fix wrong storage policy in show create stmt after restore
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)