kangkaisen commented on a change in pull request #1610: Add bitmap agg type and 
udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r316964178
 
 

 ##########
 File path: fe/src/main/java/org/apache/doris/planner/SingleNodePlanner.java
 ##########
 @@ -536,6 +536,18 @@ private void turnOffPreAgg(AggregateInfo aggInfo, 
SelectStmt selectStmt, Analyze
                             returnColumnValidate = false;
                             break;
                         }
+                    } else if 
(aggExpr.getFnName().getFunction().equalsIgnoreCase("BITMAP")) {
 
 Review comment:
   should be bitmap_union_int.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to