cambyzju commented on code in PR #10388:
URL: https://github.com/apache/doris/pull/10388#discussion_r905907255


##########
gensrc/script/doris_builtins_functions.py:
##########
@@ -160,6 +160,18 @@
     [['array_position'], 'BIGINT', ['ARRAY_STRING', 'STRING'], '', '', '', 
'vec', ''],
 
     [['cardinality', 'size'], 'BIGINT', ['ARRAY'], '', '', '', 'vec', ''],
+    [['array_distinct'], 'ARRAY_TINYINT',   ['ARRAY_TINYINT'], '', '', '', 
'vec', ''],

Review Comment:
   Array functions only supported on vec engine. We do not need to add them in 
vec engine.



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to