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


##########
fe/fe-core/src/main/java/org/apache/doris/clone/DynamicPartitionScheduler.java:
##########
@@ -844,7 +844,7 @@ private void cloudBatchAfterCreatePartitions(boolean 
executeFirstTime, List<Part
                 throw new Exception("debug point 
FE.DynamicPartitionScheduler.before.commitCloudPartition");
             }
             Env.getCurrentInternalCatalog().afterCreatePartitions(db.getId(), 
olapTable.getId(),
-                    succeedPartitionIds, indexIds, true);
+                    succeedPartitionIds, indexIds, true, false);

Review Comment:
   what does `false` mean?
   add comment for code readability e.g.
   ```
   foo(true /* yyyy */, false /* xxxx */);
   ```



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