cudf
cudf copied to clipboard
Backport #16045 to 24.06
Description
Backporting for a patch release.
Checklist
- [ ] I am familiar with the Contributing Guidelines.
- [ ] New or existing tests cover these changes.
- [ ] The documentation is up to date with these changes.
Was there supposed to be a code fix here? This looks like we are just backporting new unit test.
Perhaps this was for a cuco change. I'm not sure backporting a unit test is necessary. Are we concerned that possible future patches will break?
The fix is in #16101, you're right that this is just a test for that behavior. I'd be fine skipping the test and only backporting the actual fix. CC @bdice.
I favor backporting the test since it was missed in the original PR and provides a way to verify that the backported fix actually works in 24.06 (it was only tested in 24.08). I don’t have any specific concerns that it will fail, it is moreso a matter of completeness in addressing the reported bug in an easily verifiable way.