-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken serialization of empty cudf.DataFrame
#149
Comments
3 tasks
rapids-bot bot
pushed a commit
to rapidsai/cudf
that referenced
this issue
Jan 9, 2024
) xref rapidsai/ucxx#149 Ensures column subclass e.g `RangeIndex` and data types e.g. `int8` are preserved during serialization. I think this should be backwards compatible since we're just adding keys to the the serialized `header` dict and the deserialization checks if those new keys exist Authors: - Matthew Roeschke (https://github.com/mroeschke) - Charles Blackmon-Luca (https://github.com/charlesbluca) Approvers: - Peter Andreas Entschev (https://github.com/pentschev) - Charles Blackmon-Luca (https://github.com/charlesbluca) URL: #14705
rapids-bot bot
pushed a commit
that referenced
this issue
Jan 9, 2024
Empty cuDF dataframe serialization was fixed in rapidsai/cudf#14705 . Closes #149 . Authors: - Peter Andreas Entschev (https://github.com/pentschev) Approvers: - Lawrence Mitchell (https://github.com/wence-) URL: #154
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rapidsai/cudf#14615 broke serialization of empty
cudf.DataFrame
, causingucxx/python/distributed-ucxx/distributed_ucxx/tests/test_ucxx.py
Line 183 in c84c0f9
ColumnAccessor
would probably be the best option, and @mroeschke agreed to it.For now, I'm xfaililng that test to unblock CI, but it should be properly addressed in cuDF soon.
The text was updated successfully, but these errors were encountered: