yiguolei commented on code in PR #33898:
URL: https://github.com/apache/doris/pull/33898#discussion_r1572621153


##########
fe/fe-core/src/main/java/org/apache/doris/analysis/MultiPartitionDesc.java:
##########
@@ -75,6 +74,8 @@ public class MultiPartitionDesc implements AllPartitionDesc {
     );
 
     private final Integer maxAllowedLimit = Config.max_multi_partition_num;
+    //multi_partition_name_prefix default: p_
+    private final String partitionPrefix = Config.multi_partition_name_prefix;

Review Comment:
   之前的值是 p, 但是你现在默认的config 是 p_ 语义能跟之前保持一致?



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