morningman commented on a change in pull request #6114:
URL: https://github.com/apache/incubator-doris/pull/6114#discussion_r661128958



##########
File path: fe/fe-core/src/test/java/org/apache/doris/planner/QueryPlanTest.java
##########
@@ -1360,6 +1376,32 @@ public void testAggregateSatisfyOlapTableDistribution() 
throws Exception {
         explainString = UtFrameUtils.getSQLPlanOrErrorMsg(connectContext, 
"EXPLAIN " + sql);
         System.out.println(explainString);
         Assert.assertTrue(explainString.contains("AGGREGATE (update 
serialize)"));
+    
+        // 测试colocate join是否能够colocate agg

Review comment:
       Thanks for your PR, but please using english to 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]

Reply via email to