xy720 commented on PR #31312: URL: https://github.com/apache/doris/pull/31312#issuecomment-1966251508
> @zclllyybb @xy720 . Cast `string` to `array` is ok. We parse it with json format. `string` `'[1,2,3]'` cast to `array<string>` will produce text array with 3 elements: `'1'`, `'2'` and `'3'`. It is not ambiguous. All strings that do not meet the required format will be converted to `null`. > @amorynan , could u provide more details? @amorynan, @morrySnow Any more details? Do we now already support casting string to array with json format? -- 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]
