dask / dask-expr

BSD 3-Clause "New" or "Revised" License
79 stars 18 forks source link

Use `is_categorical_dtype` dispatch for `sort_values` #1070

Closed rjzamora closed 1 month ago

rjzamora commented 1 month ago

Minor revision to https://github.com/dask/dask-expr/pull/1058 to support categorical columns in cudf (my mistake for missing this detail when I reviewed that PR).

Note that I cannot add gpuci coverage until https://github.com/rapidsai/cudf/issues/15778 is resolved (which I'd rather not block this fix for).

phofl commented 1 month ago

Thx