cambyzju commented on code in PR #12321: URL: https://github.com/apache/doris/pull/12321#discussion_r963213409
########## gensrc/script/doris_builtins_functions.py: ########## @@ -2012,6 +2012,12 @@ [['concat'], 'VARCHAR', ['VARCHAR', '...'], '_ZN5doris15StringFunctions6concatEPN9doris_udf15FunctionContextEiPKNS1_9StringValE', '', '', 'vec', ''], + [['elt'], 'VARCHAR', ['INT', 'VARCHAR', '...'], + '_ZN5doris15StringFunctions3eltEPN9doris_udf15FunctionContextERKNS1_6IntValEiPKNS1_9StringValE', + '', '', 'vec', ''], + [['elt'], 'STRING', ['INT', 'STRING', '...'], Review Comment: elt should always return NULLABLE? not depends on arguments. -- 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