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
Potentially relates to #13237. Using the same Parquet test file from #13237, using the chunked Parquet reader to load the file will hang from the caller's perspective, never returning and consuming 100% of a CPU core.
Steps/Code to reproduce bug
Using the same test file from #13237, the following C++ program will reproduce the hang.
Describe the bug
Potentially relates to #13237. Using the same Parquet test file from #13237, using the chunked Parquet reader to load the file will hang from the caller's perspective, never returning and consuming 100% of a CPU core.
Steps/Code to reproduce bug
Using the same test file from #13237, the following C++ program will reproduce the hang.
Expected behavior
libcudf calls should not hang/crash on valid inputs.
The text was updated successfully, but these errors were encountered: