Closed jdidion closed 1 year ago
Thanks for this report, seems to be the same issue as #146
I just don't understand - why bother having optional types at all if any type can effectively be optional?
@jdidion @mr-c @kinow this seems to be solved by 149. Can we close it?
In these two tests, the expected output type is
array[array[array[string]]]
, however the expected output value has nulls in the inner array. Therefore, it seems that the expected output type should bearray[array[array[string?]]]
.