[BUG] from_json does not support input with \n in it. #10489
Labels
bug
Something isn't working
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
Describe the bug
Because of how from_json works we don't have a way to support \n in the JSON input itself. I don't think this is likely to happen and we throw an exception if we run into it. But there is a Spark unit test that actually tries to do this, so we probably should figure out how to support it eventually.
The text was updated successfully, but these errors were encountered: