bobhan1 commented on issue #17433: URL: https://github.com/apache/doris/issues/17433#issuecomment-1455280113
> @bobhan1 you could reference to function `array()`, it has a promotion rule, you could try it to test. It seems that it doesn't support nested array now? I add some nested array test for `array()` in `test_array_functions_by_literal.groovy` and it fails. ``` qt_sql "select array([])" qt_sql "select array([1, 2], [3], [4, 5])" ``` -- 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