databricks/lilac

Rendering bug when we have `a[].b[]`

Closed this issue · 1 comments

In the dataset below, we have conversations[].from[] (note that the from itself is an array):

image

Not sure if it's a separate issue, but we have a field
tags[] (i.e. non-nested list) and it only renders the first element instead of the full list.