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
Encountered a GPU illegal address crash while trying to load a ZSTD-compressed Parquet file in Spark using the RAPIDS Accelerator. compute-sanitizer shows the crash originating in zstd::init_huff_tables.
Steps/Code to reproduce bug
The following C++ program will recreate the issue when run under compute-sanitizer with the attached Parquet data file as an argument (e.g..: compute-sanitizer ./repro pqdbg1637506717.parquet):
Describe the bug
Encountered a GPU illegal address crash while trying to load a ZSTD-compressed Parquet file in Spark using the RAPIDS Accelerator. compute-sanitizer shows the crash originating in zstd::init_huff_tables.
Steps/Code to reproduce bug
The following C++ program will recreate the issue when run under compute-sanitizer with the attached Parquet data file as an argument (e.g..:
compute-sanitizer ./repro pqdbg1637506717.parquet
):pqdbg1637506717.parquet.gz
Expected behavior
Parquet file should load without crashing.
The text was updated successfully, but these errors were encountered: