[BUG] ScanJson and JsonToStructs does not deal with escaped single quotes properly #10596
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
This is a little odd, but ' in a JSON string is only disallowed if allowBackslashEscapingAnyCharacter and allowSingleQuotes are both false. The default is to have allowSingleQuotes true, so on the GPU we end up returning the wrong thing, which is null all of the time.
The text was updated successfully, but these errors were encountered: