You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example above, the input of the second list is [123], while the desired schema is list<struct<string, string>>. As such, the output here should be a null list, instead of a list of null struct like above.
The text was updated successfully, but these errors were encountered:
When the input JSON has lists with mixed types,
read_json
does not output nulls correctly for the output lists column. For example:In the example above, the input of the second list is
[123]
, while the desired schema islist<struct<string, string>>
. As such, the output here should be a null list, instead of a list of null struct like above.The text was updated successfully, but these errors were encountered: