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
to_date (without a format specified) produces incorrect results for some invalid inputs. For example, the input string 3330-7 39 49 produces null on the CPU but produces the date 3330-07-01 on the GPU.
Describe the bug
to_date
(without a format specified) produces incorrect results for some invalid inputs. For example, the input string3330-7 39 49
producesnull
on the CPU but produces the date3330-07-01
on the GPU.Steps/Code to reproduce bug
I was experimenting with some basic fuzzing in the unit test.
Expected behavior
Results should be consistent between CPU and GPU.
Environment details (please complete the following information)
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: