yiguolei commented on code in PR #32566: URL: https://github.com/apache/doris/pull/32566#discussion_r1533287108
########## fe/fe-core/src/main/java/org/apache/doris/common/util/PropertyAnalyzer.java: ########## @@ -305,9 +305,7 @@ public static DataProperty analyzeDataProperty(Map<String, String> properties, f // check remote storage cool down timestamp if (storagePolicy.getCooldownTimestampMs() != -1) { if (storagePolicy.getCooldownTimestampMs() <= currentTimeMs) { - throw new AnalysisException( Review Comment: Do not modify it like this. 1. Should check the property when create or alter the storage policy if the cooldown time is less than now. 2. Throw exception when create table if the cooldown time is less than now. -- 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