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
Through further fuzzing, I found additional edge cases. We should update the ParseDateTimeSuite tests to use the fuzzer as we fix these.
Mismatch between CPU and GPU for the following rows:
[#672] CPU: [2/3/2
6T56,0002-03-02]
[#672] GPU: [2/3/2
6T56,null]
[#3238] CPU: [4/7/6-9/,0004-07-06]
[#3238] GPU: [4/7/6-9/,null]
Steps/Code to reproduce bug
Test with values generated by FuzzerUtils.generateRandomStrings(Some(" \t\r\n0123456789:-/TZ")).
Expected behavior
CPU and GPU should match.
Environment details (please complete the following information)
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
Through further fuzzing, I found additional edge cases. We should update the
ParseDateTimeSuite
tests to use the fuzzer as we fix these.Steps/Code to reproduce bug
Test with values generated by
FuzzerUtils.generateRandomStrings(Some(" \t\r\n0123456789:-/TZ"))
.Expected behavior
CPU and GPU should match.
Environment details (please complete the following information)
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: