[BUG]The cudf to_csv interface cannot read files larger than 2GB and displays a negative size error. #13785
Labels
0 - Waiting on Author
Waiting for author to respond to review
bug
Something isn't working
cuIO
cuIO issue
libcudf
Affects libcudf (C++/CUDA) code.
Milestone
Describe the bug
The cudf to_csv interface cannot write files larger than 2GB and displays a negative size error.
Steps/Code to reproduce bug
import cudf
df = cudf.read_csv("3G.csv")
df.to_csv("result.csv")
Expected behavior
i hope df.to_csv() create a 3G size csv
Environment overview (please complete the following information)
docker pull
&docker run
commands usedEnvironment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailsAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: