[BUG] polars[gpu] is unable to scan_parquet() a file that is able to be read by cudf.pandas and polars[cpu].
Open
bug
cudf-polars
Python
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
https://gist.github.com/will-hill/24200d675b10537027bda96772dce277
**Bug Description**
polars[gpu] is unable to scan_parquet() a file that is able to be read by cudf.pandas and polars[cpu].
**Steps/Code to reproduce bug**
Here is a gist with Colab link to reproduce the error:
https://gist.github.com/will-hill/24200d675b10537027bda96772dce277
**Expected behavior**
I would expect a parquet file to be scanned given it can be read by polars w/out RAPIDS and cudf.pandas. Or maybe more descriptive error message.
**Environment overview (please complete the following information)**
I ran this locally on an RTX Ada 6000. Details are in the gist.
Contributor guide
Assessment
This issue has not been assessed yet.