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
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
{"FAKE": <ORIGINAL ROW>}
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:
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: