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
Method of cuDF install: [conda, Docker, or from source]
If method of install is [Docker], provide docker pull & docker run commands used
Successful read, like with pandas.
Environment details
Please run and paste the output of the cudf/print_env.sh script here, to gather any other relevant environment details
My cudf is the latest cudf (from main).
Additional context
I think the issue might be with the specific data values (they are all integers, even the string/floating columns). I'm pretty sure libcudf can write all the data types (even the nested struct/list ones).
Thank you @lithomas1 for sharing issue. We haven't done much testing with compressed JSON inputs. There could be a straightforward solution here, and we will take a closer look as soon as we can.
Describe the bug
A clear and concise description of what the bug is.
The libcudf JSON reader is "crashing" (not sure if its technically a crash, but I'm getting a CUDA error)
Steps/Code to reproduce bug
Follow this guide http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports to craft a minimal bug report. This helps us reproduce the issue you're having and resolve the issue more quickly.
Expected behavior
A clear and concise description of what you expected to happen.
Environment overview (please complete the following information)
docker pull
&docker run
commands usedSuccessful read, like with pandas.
Environment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailsMy cudf is the latest cudf (from main).
Additional context
I think the issue might be with the specific data values (they are all integers, even the string/floating columns). I'm pretty sure libcudf can write all the data types (even the nested struct/list ones).
baddf.json.gz
Also, if you uncompress the file by hand, you are able to read it with cudf
The text was updated successfully, but these errors were encountered: