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 #18146 recently skipped a large number of cudf-polars tests that were being caused by this bug.
As far as I can tell, there is something going wrong when we convert a pl.DataFrame object to a cudf_polarsDataFrame object when there are string columns present. For example, I am able to serialize string columns that originate from a pyarrow table, but I cannot serialize the same data if it originates from a pl.DataFrame.
Describe the bug
#18146 recently skipped a large number of cudf-polars tests that were being caused by this bug.
As far as I can tell, there is something going wrong when we convert a
pl.DataFrame
object to acudf_polars
DataFrame
object when there are string columns present. For example, I am able to serialize string columns that originate from a pyarrow table, but I cannot serialize the same data if it originates from apl.DataFrame
.Steps/Code to reproduce bug
This works...
This results in errors...
Additional context
This is a blocker for multi-GPU polars work.
The text was updated successfully, but these errors were encountered: