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: [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]
