github-actions[bot] commented on code in PR #64356:
URL: https://github.com/apache/doris/pull/64356#discussion_r3385998050


##########
fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java:
##########
@@ -4561,17 +4562,36 @@ public TCreatePartitionResult 
createPartition(TCreatePartitionRequest request) t
                 tPartition.setNumBuckets(index.getTablets().size());
             }
             
tPartition.setIsMutable(olapTable.getPartitionInfo().getIsMutable(partition.getId()));
+            boolean randomDistribution =

Review Comment:
   This new reference does not compile because `FrontendServiceImpl` does not 
import `org.apache.doris.catalog.DistributionInfo`. The same reference was 
added again in `replacePartition`, so FE compilation fails before the new cache 
behavior can be tested. Please add the missing import or otherwise qualify the 
type.



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