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
Describe the bug
This is very similar to #10194 as it uses get_json_object as the backend to it. But now the regular JSON parsing in CUDF is able to support mixed types and nested types being converted back to strings, and it does do validation, so we might just want to switch to that instead.
The text was updated successfully, but these errors were encountered:
Describe the bug
This is very similar to #10194 as it uses get_json_object as the backend to it. But now the regular JSON parsing in CUDF is able to support mixed types and nested types being converted back to strings, and it does do validation, so we might just want to switch to that instead.
The text was updated successfully, but these errors were encountered: