Johnnyssc opened a new pull request, #35969: URL: https://github.com/apache/doris/pull/35969
## Proposed changes 1. when we try to modify a partition's storage policy which have different resource with the previous one, we get error message "currently do not support change origin storage policy to another one with different resource", but the modification same also succeed! 2. if we modify partition storage policy with policy_1 based on resource1, after that we set this table's storage policy with policy_2, it can still succeed and partitions are all set to policy_2, which may result in some cold data with policy_1 missing expect: 1. the modification fail with "currently do not support change origin storage policy to another one with different resource". 2. if set table policy ops after modify partition policy ops, it will be failed with exception ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org