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] ORC Reader Bench throwing cudf::logic_error #9961

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

[BUG] ORC Reader Bench throwing cudf::logic_error #9961

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

Comments

@randerzander
Copy link
Contributor

Describe the bug
Running the libcudf ORC reader benchmark (no args other than --benchmark_format=json results in an error.

terminate called after throwing an instance of 'cudf::logic_error'                                                                                                    
  what():  cuDF failure at: /rapids/cudf/cpp/benchmarks/io/orc/orc_reader_benchmark.cpp:145: Benchmark did not read the entire table

Steps/Code to reproduce bug
Run the libcudf ORC reader benchmark

Expected behavior
Benchmark executes w/ no error codes

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]

  • If method of install is [Docker], provide docker pull & docker run commands used
    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 bot pushed a commit that referenced this issue Feb 2, 2022
…supported (#10194)

Closes: #9961
Skipping the following:
- ORC reader: row selection through stripe selection
- ORC reader: lists column with row selection
- Parquet reader: row selection through row group selection
- Parquet reader: lists column with row selection

Authors:
  - Vukasin Milovanovic (https://github.com/vuule)

Approvers:
  - Devavret Makkar (https://github.com/devavret)
  - David Wendt (https://github.com/davidwendt)

URL: #10194
@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.

3 participants