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
We currently provide support for a single character separator in csv writer. Passing a multi-character string results in ValueError with a not so explicit error message.
Fixes: #7091
This PR introduces validation and throwing of informative error messages for the `sep` parameter in csv writer.
Authors:
- galipremsagar <[email protected]>
Approvers:
- Keith Kraus (@kkraus14)
- Vukasin Milovanovic (@vuule)
URL: #7095
Describe the bug
We currently provide support for a single character separator in csv writer. Passing a multi-character string results in
ValueError
with a not so explicit error message.Steps/Code to reproduce bug
Expected behavior
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: