-
Notifications
You must be signed in to change notification settings - Fork 902
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] OrcReader benchmark failure #10158
Comments
Looks like a duplicate of #9961 |
This issue has been labeled |
This issue has been labeled |
Still relevant. The issue is not fixed. The benchmark arg is disabled in #10194 cudf/cpp/benchmarks/io/parquet/parquet_reader.cpp Lines 187 to 188 in c01a2a4
|
This issue has been labeled |
Closing in favor of #11675 |
@karthikeyann Did I make a mistake here? It seems like we should probably re-open this. |
I'll reopen for now so that we don't lose track. @karthikeyann feel free to close again if the closing was correct, but I agree that it seems unrelated to the linked issue. |
Describe the bug
ORC_READER_BENCH crashes with
Steps/Code to reproduce bug
./benchmarks/ORC_READER_BENCH --benchmark_filter=OrcRead/row_selection/0/4/1/3/0
or
Run all OrcRead/row_selection benchmarks.
time ./benchmarks/ORC_READER_BENCH --benchmark_filter=row_selection
Additional context
Discovered while working on #10109
The text was updated successfully, but these errors were encountered: