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


##########
fe/fe-core/src/main/java/org/apache/doris/clone/DynamicPartitionScheduler.java:
##########
@@ -374,6 +413,17 @@ private ArrayList<AddPartitionClause> 
getAddPartitionClause(Database db, OlapTab
         return addPartitionClauses;
     }
 
+    private void checkAutoBucketCalcNumIsValid(int calcNum, int 
previousPartitionBucketsNum) {

Review Comment:
   checkAndFixNumberBuckets(currentNumBuckets, prevNumBuckets)



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