You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "somu-imply (via GitHub)" <gi...@apache.org> on 2023/02/08 17:29:09 UTC

[GitHub] [druid] somu-imply commented on pull request #13764: Fixing a data correctness issue in unnest when first row of an MVD is null

somu-imply commented on PR #13764:
URL: https://github.com/apache/druid/pull/13764#issuecomment-1422987126

   @imply-cheddar it is the other way round the previous was 
   ```
   select * from mytest1, unnest(mv_to_array(c2)) as unnested(c3)
   
   __time c1 c2 c3
   2022-01-01T00:00:00.000Z 1 null null
   2022-01-01T00:00:00.000Z 2 ["A","B","C"] null
   ```
   Which was incorrect. This was changed to be be the correct one 


-- 
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: commits-unsubscribe@druid.apache.org

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