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.
This comes from an audit of missing functionality for nested types. Spark supports explode and pos_explode on maps. We should be able to support them too as we store a map as an array of key/value structs so we should be able to do the explode on the array in the map, and then pull out the key/value columns from the resulting struct. This should require no changes to cudf to support this.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This comes from an audit of missing functionality for nested types. Spark supports explode and pos_explode on maps. We should be able to support them too as we store a map as an array of key/value structs so we should be able to do the explode on the array in the map, and then pull out the key/value columns from the resulting struct. This should require no changes to cudf to support this.
The text was updated successfully, but these errors were encountered: