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
In the integration tests for csv test_basic_read for ts.csv when the schema says it should be a date produces results that cause an error when pulling them back to python because they are outside of the range that is supported by python, but the input year is 2020.
This was originally marked as #122 but that was recently fixed in cudf, but this issue remains.
The text was updated successfully, but these errors were encountered:
Describe the bug
In the integration tests for csv
test_basic_read
for ts.csv when the schema says it should be a date produces results that cause an error when pulling them back to python because they are outside of the range that is supported by python, but the input year is 2020.This was originally marked as #122 but that was recently fixed in cudf, but this issue remains.
The text was updated successfully, but these errors were encountered: