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
Rather than try and support these edge cases I am now leaning towards having a regex to detect them instead and fail if we see them and tell the user to disable spark.rapids.sql.castStringToTimestamp.enabled if they run into this error.
Describe the bug
Casting the following strings to timestamp produces null values instead of valid timestamps.
Steps/Code to reproduce bug
I will check in the fuzzer used to generate these values as part of the PR that fixes the issue.
Expected behavior
We should produce the same values as Spark.
Additional context
None
The text was updated successfully, but these errors were encountered: