gavinchou commented on code in PR #66963:
URL: https://github.com/apache/doris/pull/66963#discussion_r3955596072


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -1857,6 +1857,11 @@ public class Config extends ConfigBase {
     @ConfField(mutable = true, masterOnly = true)
     public static boolean enable_quantile_state_type = true;
 
+    @ConfField(mutable = true, masterOnly = true, description = "Temporary 
compatibility switch that allows HLL, "
+            + "QUANTILE_STATE, and AGG_STATE columns in non-aggregate key 
tables. Disabled by default. This switch "
+            + "is intended only for migration and will be removed after the 
compatibility transition period.")
+    public static boolean allow_non_aggregate_table_state_types = false;

Review Comment:
   Is it only effective for non-agg tables?



-- 
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