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

[REVIEW] Add support for make_meta_obj dispatch in dask-cudf #8342

Merged
merged 4 commits into from
May 26, 2021

Conversation

galipremsagar
Copy link
Contributor

Fixes: #7946

This PR is dependent on upstream dask changes that are needed for a portion of the fix: https://github.com/dask/dask/pull/7586/files

This PR includes changes to introduce make_meta_obj which will ensure proper metadata is retrieved from the parent_meta being passed in the upstream PR.

@galipremsagar galipremsagar added bug Something isn't working 3 - Ready for Review Ready for review by team 4 - Needs Dask Reviewer breaking Breaking change labels May 24, 2021
@galipremsagar galipremsagar self-assigned this May 24, 2021
@galipremsagar galipremsagar requested a review from a team as a code owner May 24, 2021 22:16
@galipremsagar galipremsagar added the 0 - Blocked Cannot progress due to external reasons label May 24, 2021
@github-actions github-actions bot added the Python Affects Python cuDF API. label May 24, 2021
@jakirkham
Copy link
Member

rerun tests

@galipremsagar
Copy link
Contributor Author

rerun tests

This PR is dependent on dask upstream changes: dask/dask#7586

@galipremsagar galipremsagar removed the 0 - Blocked Cannot progress due to external reasons label May 25, 2021
@galipremsagar
Copy link
Contributor Author

rerun tests

@galipremsagar galipremsagar added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team 5 - Merge After Dependencies labels May 25, 2021
@jakirkham
Copy link
Member

@gpucibot merge

@jakirkham
Copy link
Member

Looks like the build is failing on the C++ side due to the DLPack issue being addressed in PR ( #8262 )

@galipremsagar
Copy link
Contributor Author

rerun tests

@galipremsagar
Copy link
Contributor Author

@gpucibot merge

@jakirkham
Copy link
Member

The failure here is coming from Dask-CUDA, which will be fixed with PR ( rapidsai/dask-cuda#623 ). However that PR also requires this PR to pass. Looks like we may need an admin merge here as well

@galipremsagar
Copy link
Contributor Author

The failure here is coming from Dask-CUDA, which will be fixed with PR ( rapidsai/dask-cuda#623 ). However that PR also requires this PR to pass. Looks like we may need an admin merge here as well

yeah cc: @kkraus14

@kkraus14 kkraus14 merged commit cbbcba7 into rapidsai:branch-21.06 May 26, 2021
rapids-bot bot pushed a commit to rapidsai/dask-cuda that referenced this pull request May 26, 2021
Requires PR ( rapidsai/cudf#8342 )

As these functions recently got relocated, handle `import`ing from the new location with a fallback to the old location.

xref: dask/dask#7503
xref: dask/dask#7505

Authors:
  - https://github.com/jakirkham

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Benjamin Zaitlen (https://github.com/quasiben)

URL: #623
@vyasr vyasr added dask Dask issue and removed dask-cudf labels Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge breaking Breaking change bug Something isn't working dask Dask issue Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Dask_cudf alters the metadata processing on CPU dask dataframe apply if metadata is passed
4 participants