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 timestamp for Spark 3.2 is wrong #11391

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 string in the format of a timestamp, i.e. "2023-02-28 14:45:00" or "2023-02-28 14:45:00.123" then the GPU considers this invalid and returns null, but Spark CPU will happily parse it.

@revans2 revans2 added bug Something isn't working ? - Needs Triage Need team to review and classify labels Aug 23, 2024
@mattahrens mattahrens changed the title [BUG] For from_json and scan json parsing a quoted string int for Spark 3.2 is wrong [BUG] For from_json and scan json parsing a quoted string timestamp for Spark 3.2 is wrong Sep 3, 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