Skip to content
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

[BUG] Always Persist Dask DataFrames in cuGraph-DGL Graph Storage #4296

Merged
merged 4 commits into from
Apr 3, 2024

Conversation

alexbarghi-nv
Copy link
Member

Always persists the dask dataframe in the cuGraph-DGL graph storage object. This resolves a bug where the dataframe was unpersisted, causing 'TypeError("Could not construct DataFrame from <class \'tuple\'>")' to be raised when trying to access it after saving it as a dataset.

@alexbarghi-nv alexbarghi-nv self-assigned this Apr 1, 2024
@github-actions github-actions bot added the python label Apr 1, 2024
@alexbarghi-nv alexbarghi-nv added bug Something isn't working non-breaking Non-breaking change CRITICAL BUG! BUG that needs to be FIX NOW !!!! and removed python labels Apr 1, 2024
@alexbarghi-nv alexbarghi-nv added this to the 24.06 milestone Apr 1, 2024
@alexbarghi-nv alexbarghi-nv marked this pull request as ready for review April 1, 2024 21:52
@alexbarghi-nv alexbarghi-nv requested a review from a team as a code owner April 1, 2024 21:54
Copy link
Member

@VibhuJawa VibhuJawa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM , thanks for the quick fix on this @alexbarghi-nv .

@rlratzel
Copy link
Contributor

rlratzel commented Apr 3, 2024

/merge

@rapids-bot rapids-bot bot merged commit a96e933 into rapidsai:branch-24.06 Apr 3, 2024
135 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CRITICAL BUG! BUG that needs to be FIX NOW !!!! non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants