Uh oh!
There was an error while loading. Please reload this page.
[Bug](auto-partition) fix auto partition could set storage_medium properties - #45955
Merged
Conversation
Thearas
commented
Dec 25, 2024
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
zhangstar333
commented
Dec 25, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Dec 25, 2024
TPC-H: Total hot run time: 32683 ms |
doris-robot
commented
Dec 25, 2024
TPC-DS: Total hot run time: 197051 ms |
doris-robot
commented
Dec 25, 2024
ClickBench: Total hot run time: 30.87 s |
zhangstar333
commented
Dec 26, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Dec 26, 2024
TPC-H: Total hot run time: 33232 ms |
doris-robot
commented
Dec 26, 2024
TPC-DS: Total hot run time: 191089 ms |
doris-robot
commented
Dec 26, 2024
ClickBench: Total hot run time: 30.92 s |
zhangstar333
commented
Dec 26, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Dec 26, 2024
TPC-H: Total hot run time: 32765 ms |
Contributor
PR approved by anyone and no changes requested. |
doris-robot
commented
Dec 26, 2024
TPC-DS: Total hot run time: 189942 ms |
doris-robot
commented
Dec 26, 2024
ClickBench: Total hot run time: 31.63 s |
zhangstar333
commented
Dec 26, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Dec 26, 2024
TPC-H: Total hot run time: 32261 ms |
doris-robot
commented
Dec 26, 2024
TPC-DS: Total hot run time: 190669 ms |
doris-robot
commented
Dec 26, 2024
ClickBench: Total hot run time: 31.75 s |
HappenLee
commented
Dec 27, 2024
Contributor
PLEASE ADD TEST CASE! |
zhangstar333
commented
Dec 31, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Dec 31, 2024
TPC-H: Total hot run time: 32508 ms |
doris-robot
commented
Dec 31, 2024
TPC-DS: Total hot run time: 190442 ms |
doris-robot
commented
Dec 31, 2024
ClickBench: Total hot run time: 31.74 s |
doris-robot
commented
Dec 31, 2024
ClickBench: Total hot run time: 31.17 s |
zhangstar333
commented
Dec 31, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Dec 31, 2024
TPC-H: Total hot run time: 32578 ms |
doris-robot
commented
Dec 31, 2024
TPC-DS: Total hot run time: 190784 ms |
doris-robot
commented
Dec 31, 2024
ClickBench: Total hot run time: 31.13 s |
zhangstar333
commented
Dec 31, 2024
ContributorAuthor
run buildall |
zhangstar333
commented
Dec 31, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Dec 31, 2024
TPC-H: Total hot run time: 32433 ms |
doris-robot
commented
Dec 31, 2024
TPC-DS: Total hot run time: 196940 ms |
doris-robot
commented
Dec 31, 2024
ClickBench: Total hot run time: 32.43 s |
Contributor
PR approved by at least one committer and no changes requested. |
github-actionsBot
pushed a commit
that referenced
this pull request
Jan 2, 2025
…perties (#45955) as the auto partition table maybe no any partitions firstly, it's should same as table's storage medium rather than default storage medium, maybe user have change different from default value.
github-actionsBot
pushed a commit
that referenced
this pull request
Jan 2, 2025
…perties (#45955) as the auto partition table maybe no any partitions firstly, it's should same as table's storage medium rather than default storage medium, maybe user have change different from default value.
Closed
deardeng pushed a commit
to deardeng/incubator-doris
that referenced
this pull request
Dec 19, 2025
…perties (apache#45955) (apache#379) as the auto partition table maybe no any partitions firstly, it's should same as table's storage medium rather than default storage medium, maybe user have change different from default value. Co-authored-by: zhangstar333 <zhangsida@selectdb.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Problem Summary:
as the auto partition table maybe no any partitions firstly, it's should same as table's storage medium rather than default storage medium, maybe user have change different from default value.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)