gavinchou commented on code in PR #38685: URL: https://github.com/apache/doris/pull/38685#discussion_r1714607573
########## fe/fe-core/src/main/java/org/apache/doris/catalog/HdfsStorageVault.java: ########## @@ -56,6 +58,11 @@ public class HdfsStorageVault extends StorageVault { public static final String HDFS_PREFIX = "hdfs:"; public static final String HDFS_FILE_PREFIX = "hdfs://"; + public static final HashSet<String> ALTER_CHECK_PROPERTIES = new HashSet<>(Arrays.asList( Review Comment: forbid ########## fe/fe-core/src/main/java/org/apache/doris/catalog/S3StorageVault.java: ########## @@ -61,7 +61,8 @@ public class S3StorageVault extends StorageVault { public static final HashSet<String> ALTER_CHECK_PROPERTIES = new HashSet<>(Arrays.asList( Review Comment: allow -- 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