nooneuse commented on code in PR #63143:
URL: https://github.com/apache/doris/pull/63143#discussion_r3257113832


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/ColumnToThrift.java:
##########
@@ -112,6 +112,8 @@ public static TAggregationType toThrift(AggregateType 
aggregateType) {
                 return TAggregationType.NONE;
             case HLL_UNION:
                 return TAggregationType.HLL_UNION;
+            case DATASKETCHES_HLL_UNION_AGG:
+                return TAggregationType.DATASKETCHES_HLL_UNION;

Review Comment:
   I've changed the return value here to TAggregationType.NONE, so 
DATASKETCHES_HLL_UNION_AGG is no longer exposed as a table aggregation type.
   
   



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