Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Parquet Reader Bench throwing cudf::logic_error #9962

Closed
randerzander opened this issue Jan 3, 2022 · 0 comments · Fixed by #9963
Closed

[BUG] Parquet Reader Bench throwing cudf::logic_error #9962

randerzander opened this issue Jan 3, 2022 · 0 comments · Fixed by #9963
Labels
bug Something isn't working

Comments

@randerzander
Copy link
Contributor

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

Environment details
Please run and paste the output of the cudf/print_env.sh script here, to gather any other relevant environment details
https://gist.github.com/randerzander/8e3a8876850848672ea9f889b827ba5e

@randerzander randerzander added bug Something isn't working Needs Triage Need team to review and classify labels Jan 3, 2022
@rapids-bot rapids-bot bot closed this as completed in #9963 Jan 7, 2022
rapids-bot bot pushed a commit that referenced this issue Jan 7, 2022
@bdice bdice removed the Needs Triage Need team to review and classify label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants