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
Running the libcudf Parquet Reader benchmark (no args other than --benchmark_format=json) results in a cudf::logic_error:
terminate called after throwing an instance of 'cudf::logic_error'
what(): cuDF failure at: /rapids/cudf/cpp/src/io/parquet/writer_impl.cu:464: Precision must be specified for decimal columns
Steps/Code to reproduce bug
Run the libcudf Parquet Reader benchmark
Expected behavior
The benchmark completes w/ no errors
Environment overview (please complete the following information)
Environment location: [Bare-metal, Docker, Cloud(specify cloud provider)]
Docker: FROM rapidsai/rapidsai-dev-nightly:22.02-cuda11.5-devel-ubuntu20.04-py3.7
Method of cuDF install: [conda, Docker, or from source]
After pulling the above nightly Docker image, I build & run the benchmark
Describe the bug
Running the libcudf Parquet Reader benchmark (no args other than
--benchmark_format=json
) results in a cudf::logic_error:Steps/Code to reproduce bug
Run the libcudf Parquet Reader benchmark
Expected behavior
The benchmark completes w/ no errors
Environment overview (please complete the following information)
Environment location: [Bare-metal, Docker, Cloud(specify cloud provider)]
Docker: FROM rapidsai/rapidsai-dev-nightly:22.02-cuda11.5-devel-ubuntu20.04-py3.7
Method of cuDF install: [conda, Docker, or from source]
After pulling the above nightly Docker image, I build & run the benchmark
Environment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailshttps://gist.github.com/randerzander/8e3a8876850848672ea9f889b827ba5e
The text was updated successfully, but these errors were encountered: