[FEA] Add support for top level arrays in from_json #11717
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
feature request
New feature or request
Is your feature request related to a problem? Please describe.
from_json supports maps, arrays and structs as top level schemas. We have partial support for MAP<STRING,STIRNG> and struct (with no maps in it) as top level objects. We should be able to work with CUDF to support arrays as top level schemas and see what that would look like.
At a minimum we could probably hack it and wrap each row with something like
But that is not what we want to do. Instead we should work with CUDF to do the right thing.
The text was updated successfully, but these errors were encountered: