morrySnow commented on code in PR #9303:
URL: https://github.com/apache/incubator-doris/pull/9303#discussion_r861604227


##########
fe/fe-core/src/test/java/org/apache/doris/analysis/CreateMaterializedViewStmtTest.java:
##########
@@ -99,7 +99,7 @@ public void testCountDistinct(@Injectable SlotRef slotRef, 
@Injectable Arithmeti
         FunctionParams functionParams = new FunctionParams(true, fnChildren);
         FunctionCallExpr functionCallExpr = new 
FunctionCallExpr(FunctionSet.COUNT, functionParams);
         
functionCallExpr.setFn(AggregateFunction.createBuiltin(FunctionSet.COUNT,
-                new ArrayList<>(), Type.BIGINT, Type.BIGINT, false, true, 
true));
+                new ArrayList<>(), Type.BIGINT, Type.BIGINT, false, true, 
false));

Review Comment:
   why change that?



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to