soumyava commented on PR #15828:
URL: https://github.com/apache/druid/pull/15828#issuecomment-1969597995
Atm a query like this one throws an error
```
select STRLEN("dim3") from foo
Error: INVALID_INPUT
Cannot coerce field [v0] from type [java.util.ArrayList] to type [INTEGER]
```
This would allow the cast from array to string there by allowing these type
of queries to run
--
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]