morningman commented on a change in pull request #8706:
URL: https://github.com/apache/incubator-doris/pull/8706#discussion_r836472838



##########
File path: fe/fe-core/src/main/java/org/apache/doris/analysis/ColumnDef.java
##########
@@ -165,6 +166,10 @@ public void analyze(boolean isOlap) throws 
AnalysisException {
 
         Type type = typeDef.getType();
 
+        if(!Config.enable_quantile_state_type && type.isQuantileStateType()) {

Review comment:
       Make the error msg more clear. You can refer to `enable_create_sync_job`

##########
File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java
##########
@@ -1644,4 +1644,8 @@
      */
     @ConfField(mutable = true)
     public static boolean skip_compaction_slower_replica = true;
+
+    @ConfField(mutable = true)

Review comment:
       Add comment for it.
   And it is `masterOnly`




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to