It's convenient to store json arrays as lists of the inner type in arrow so that functions such as unnest, etc. can work. May also be more performant, etc.
It would be nice to make this transparent to users. I think we just need to make list_col->0 behave the same as json_array_col->0, which should be doable.
It's convenient to store json arrays as lists of the inner type in arrow so that functions such as
unnest, etc. can work. May also be more performant, etc.It would be nice to make this transparent to users. I think we just need to make
list_col->0behave the same asjson_array_col->0, which should be doable.