sanel commented on issue #14339:
URL: https://github.com/apache/druid/issues/14339#issuecomment-1705596025
Hey guys, is this issue supposed to be fixed in 27.0? I'm currently running
version 27 and have a column with `COMPLEX<json>` type. All rows are empty (or
`{}`) and Druid will report this error after `select * from table`:
```
Error: INVALID_INPUT
Cannot coerce field [ResponseHeaders] from type [java.util.LinkedHashMap] to
type [VARCHAR]
```
Is there a way to make a workaround for this? The only way I could make it
working is to ignore this column completely during ingestion.
--
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]