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
There seems to be a UnicodeDecodeError while writing a dataframe to csv file. This is not happening absolutely deterministically as we can see from the error message too the positions of the error being reported is also not quite consistent.
Steps/Code to reproduce bug a.pkl(Please rename the file back to a.pkl, added .zip for github attachment purpose): a.pkl.zip
@davidwendt I just checked this issue doesn't seem to be happening now with the above minimal repro. There were some changes made to pickle serialization function which is why we are not able to load the pkl file. Filing an issue separately for that: #7025
Describe the bug
There seems to be a
UnicodeDecodeError
while writing a dataframe to csv file. This is not happening absolutely deterministically as we can see from the error message too the positions of the error being reported is also not quite consistent.Steps/Code to reproduce bug
a.pkl
(Please rename the file back toa.pkl
, added.zip
for github attachment purpose): a.pkl.zipExpected behavior
We should be able to write to csv without getting the above error.
Environment overview (please complete the following information)
Environment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailsClick here to see environment details
Additional context
Surfaced while running fuzz tests: #6001
The text was updated successfully, but these errors were encountered: