Closed bilzard closed 1 year ago
Thank you @bilzard for sharing this issue. I tested your repro on cuDF 22.06 and 22.10. I see the index name drop on 22.06 and see that it is preserved on 22.10. I recommend rolling forward to a newer cuDF version.
@GregoryKimball Thank you for checking. I also confirmed 22.10 solved the issue. So, does’t this repository support bug fix of non-latest versions? Perhaps some people might not able to upgrade to the latest version because of environment compatibilities etc.
The engineering effort required to backport every bug fix to prior versions is enormous, making it unfeasible to do this in the general case.
We understand that organizations and platforms often have complex environment dependencies or restrictions that can sometimes make it challenging to update to the newest version. As part of the NVIDIA AI Enteprise commercial offering, cuDF v21.08 was designated as long-term support for critical bugfixes and security issues. If your organization is interested in this kind of enterprise support, you can learn more about NVAIE in general in the above link or about Support Services here.
@beckernick I see. Thank you for the information. Closing issue.
Describe the bug
Index name disappears when indexed with Index with single item.
Steps/Code to reproduce bug
result:
In the last chunk, index name disappears.
Expected behavior
Index name shouldn't disappear.
Environment overview (please complete the following information)
nvcr.io/nvidia/merlin/merlin-pytorch:22.11
Environment details Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailsClick here to see environment details
Additional context