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


##########
gensrc/thrift/PlanNodes.thrift:
##########
@@ -52,6 +52,7 @@ enum TPlanNodeType {
   EXCEPT_NODE,
   ODBC_SCAN_NODE,
   TABLE_FUNCTION_NODE,
+  META_GATHER_NODE

Review Comment:
   removed



##########
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:
   reverted



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