You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/03/29 06:02:32 UTC

[GitHub] [druid] sdemontfort edited a comment on issue #9460: Issue with result from CONCAT expression when using Kafka streaming ingestion.

sdemontfort edited a comment on issue #9460:
URL: https://github.com/apache/druid/issues/9460#issuecomment-809093596


   I noticed this same issue recently. @Synforge were you able to contribute to a solution for this? 
   
   At the moment we've just used the following work around (in native query), to ensure any "multi value" dimensions are flattened on response from rows in heap:
   ```
   array_to_string(non_mv_dimension, '')
   ```


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org