Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[BUG] ScanJson on versions prior to 3.3.0 where a double quote " appears in a single quoted string produce the wrong answer on CPU #10495

Open
revans2 opened this issue Feb 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@revans2
Copy link
Collaborator

revans2 commented Feb 23, 2024

Describe the bug
I think this is a bug in Spark that I have not traced down yet.

{"data":'"test'}

On these older CPU versions produces Row(data='\test'). On later versions it produces Row(data='"test') just like the GPU. we probably want to find the exact Spark issue that was fixed so we can properly reference it in the tests and in our documentation.

@revans2 revans2 added bug Something isn't working ? - Needs Triage Need team to review and classify labels Feb 23, 2024
@revans2 revans2 mentioned this issue Feb 26, 2024
62 tasks
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Feb 27, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants