yiguolei commented on code in PR #33898:
URL: https://github.com/apache/doris/pull/33898#discussion_r1573239867
##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -1411,6 +1411,14 @@ public class Config extends ConfigBase {
@ConfField(mutable = true, masterOnly = true)
public static int max_multi_partition_num = 4096;
+ /**
+ * Use this parameter to set the partition name prefix for multi partition,
+ * Only multi partition takes effect, not dynamic partitions.
+ * The default prefix is "p_".
Review Comment:
modify comment
--
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]