Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[BUG] For from_json and scan json parsing a quoted string int for Spark 3.2 is wrong #11390

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

Comments

@revans2
Copy link
Collaborator

revans2 commented Aug 23, 2024

Describe the bug
When parsing a DATE in corrected mode for JSON on versions of Spark 3.2 if the value is a quoted integer, i.e. "1" or "15" then the GPU considers this invalid, but Spark CPU will happily parse it. How Spark parses it I really don't know, but we get results back from the CPU.

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

No branches or pull requests

1 participant