You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: