This is an automated email from the ASF dual-hosted git repository.

w41ter pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a4253f0f66 [fix](restore) Filter table property storage_policy 
(#44756)
9a4253f0f66 is described below

commit 9a4253f0f668b5376af154345304bc7e3c0f33af
Author: Uniqueyou <[email protected]>
AuthorDate: Wed Dec 18 11:27:20 2024 +0800

    [fix](restore) Filter table property storage_policy (#44756)
---
 fe/fe-core/src/main/java/org/apache/doris/catalog/TableProperty.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/fe/fe-core/src/main/java/org/apache/doris/catalog/TableProperty.java 
b/fe/fe-core/src/main/java/org/apache/doris/catalog/TableProperty.java
index 1ac556c6846..9c1e09d7d16 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/catalog/TableProperty.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/catalog/TableProperty.java
@@ -467,6 +467,7 @@ public class TableProperty implements Writable, 
GsonPostProcessable {
 
     public void removeInvalidProperties() {
         properties.remove(PropertyAnalyzer.PROPERTIES_STORAGE_POLICY);
+        storagePolicy = "";
         properties.remove(PropertyAnalyzer.PROPERTIES_COLOCATE_WITH);
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to