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
This raises a RuntimeError: Failed to generate metadata for RenameAxis(frame=Merge(75f6fd3), index=None). This operation may not be supported by the current backend. (full stacktrace + debug checkpoint screenshot at dask-expr/_collections.py below)
Steps/Code to reproduce bug
We ran into this in crossfit when running our pytests. Here is a repro that would two methods from crossfit library (namely sample_raw and reset_global_index). I imagine a simpler reproduce is possible, but in a timeboxed manner this is what I was able to get
Describe the bug
When performing a merge and
left._meta.index_name != right._meta.index_name
the behavior in dask-expr has changed https://github.com/dask/dask-expr/pull/1121/filesThis raises a
RuntimeError: Failed to generate metadata for RenameAxis(frame=Merge(75f6fd3), index=None). This operation may not be supported by the current backend.
(full stacktrace + debug checkpoint screenshot at dask-expr/_collections.py below)Steps/Code to reproduce bug
We ran into this in crossfit when running our pytests. Here is a repro that would two methods from crossfit library (namely
sample_raw
andreset_global_index
). I imagine a simpler reproduce is possible, but in a timeboxed manner this is what I was able to getExpected behavior
Before 24.10 nightly the merge worked as expected
Installed
crossfit
usingpip
(i.e pip installed cudf etc)Environment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailsAdditional context
The text was updated successfully, but these errors were encountered: