Kikyou1997 commented on code in PR #9303:
URL: https://github.com/apache/incubator-doris/pull/9303#discussion_r861136029
##########
fe/fe-core/src/main/java/org/apache/doris/analysis/TableRef.java:
##########
@@ -422,9 +424,11 @@ protected void analyzeHints() throws AnalysisException {
}
// Currently only 'PREAGGOPEN' is supported
Review Comment:
done
##########
fe/fe-core/src/main/java/org/apache/doris/catalog/FunctionSet.java:
##########
@@ -1310,6 +1310,8 @@ public void addBuiltinBothScalaAndVectorized(Function fn)
{
public static final String COUNT = "count";
public static final String WINDOW_FUNNEL = "window_funnel";
+
+ public static final String DICT = "dict";
Review Comment:
done
--
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]