gianm opened a new issue #10052: URL: https://github.com/apache/druid/issues/10052
The docs say that SQL MV_* functions all work on arrays: > All 'array' references in the multi-value string function documentation can refer to multi-value string columns or ARRAY literals. But it isn't true. Many of them (MV_SLICE, MV_CONCAT, others) have signatures that do not accept SQL ARRAY types. We should either make these functions work on SQL ARRAYs, or update the docs to say that they do not. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
