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: [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]