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

morningman pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 77b84638861e3bfe2fa35b7b1f17fb8274cfad70
Author: morningman <[email protected]>
AuthorDate: Sat May 13 16:06:58 2023 +0800

    [branch1.2](fix) fix compilation error after cherry-pick
---
 fe/fe-common/src/main/java/org/apache/doris/common/Config.java      | 6 ++----
 fe/fe-core/src/main/java/org/apache/doris/catalog/DataProperty.java | 1 -
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java 
b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
index 9e3c3aac3e..662c723032 100644
--- a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
+++ b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
@@ -1900,12 +1900,10 @@ public class Config extends ConfigBase {
     @ConfField(mutable = false, masterOnly = false)
     public static long max_hive_partition_cache_num = 100000;
 
-    @ConfField(mutable = false, masterOnly = false, description = 
{"Hive表到分区名列表缓存的最大数量。",
-        "Max cache number of hive table to partition names list."})
+    @ConfField(mutable = false, masterOnly = false)
     public static long max_hive_table_catch_num = 1000;
 
-    @ConfField(mutable = false, masterOnly = false, description = 
{"获取Hive分区值时候的最大返回数量,-1代表没有限制。",
-        "Max number of hive partition values to return while list partitions, 
-1 means no limitation."})
+    @ConfField(mutable = false, masterOnly = false)
     public static short max_hive_list_partition_num = -1;
 
     /**
diff --git 
a/fe/fe-core/src/main/java/org/apache/doris/catalog/DataProperty.java 
b/fe/fe-core/src/main/java/org/apache/doris/catalog/DataProperty.java
index b9bc6354c2..03af60f6c4 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/catalog/DataProperty.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/catalog/DataProperty.java
@@ -62,7 +62,6 @@ public class DataProperty implements Writable, 
GsonPostProcessable {
         this.storageMedium = other.storageMedium;
         this.cooldownTimeMs = other.cooldownTimeMs;
         this.storagePolicy = other.storagePolicy;
-        this.isMutable = other.isMutable;
     }
 
     /**


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

Reply via email to