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

2023-03-23 Thread via GitHub
somu-imply commented on PR #13764: URL: https://github.com/apache/druid/pull/13764#issuecomment-1482049757 This is fixed through #13934 . Closing in favor of that -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

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

2023-02-08 Thread via GitHub
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 n