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] Fix importing apply from dask #8517

Merged
merged 3 commits into from
Jun 15, 2021

Conversation

galipremsagar
Copy link
Contributor

As part of dask/dask#7801, apply has been removed from dask.compatibility, hence made changes in dask_cudf to import apply from dask.utils, this change is back-ward compatible to older versions of dask too.

@galipremsagar galipremsagar added bug Something isn't working 3 - Ready for Review Ready for review by team 4 - Needs Dask Reviewer non-breaking Non-breaking change labels Jun 15, 2021
@galipremsagar galipremsagar self-assigned this Jun 15, 2021
@galipremsagar galipremsagar requested a review from a team as a code owner June 15, 2021 15:02
@galipremsagar galipremsagar changed the title [REVIEW] Fix importing apply from dask.utils [REVIEW] Fix importing apply from dask Jun 15, 2021
@github-actions github-actions bot added the Python Affects Python cuDF API. label Jun 15, 2021
Copy link
Member

@quasiben quasiben left a comment

Choose a reason for hiding this comment

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

Thanks @galipremsagar !

@quasiben
Copy link
Member

@gpucibot merge

@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 4 - Needs Dask Reviewer labels Jun 15, 2021
@galipremsagar
Copy link
Contributor Author

rerun tests

1 similar comment
@galipremsagar
Copy link
Contributor Author

rerun tests

Comment on lines -78 to +81
logger "pip install git+https://github.com/dask/distributed.git@main --upgrade --no-deps"
pip install "git+https://github.com/dask/distributed.git@main" --upgrade --no-deps
logger "pip install git+https://github.com/dask/dask.git@main --upgrade --no-deps"
pip install "git+https://github.com/dask/dask.git@main" --upgrade --no-deps
logger "pip install git+https://github.com/dask/distributed.git@2021.06.0 --upgrade --no-deps"
pip install "git+https://github.com/dask/distributed.git@2021.06.0" --upgrade --no-deps
logger "pip install git+https://github.com/dask/dask.git@2021.06.0 --upgrade --no-deps"
pip install "git+https://github.com/dask/dask.git@2021.06.0" --upgrade --no-deps
Copy link
Member

Choose a reason for hiding this comment

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

Why is this needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Running benchmarks would fail with latest dask as streamz is currently broken: https://github.com/python-streamz/streamz/blob/master/streamz/dask.py#L7

Plan is to revert all the pinning once python-streamz/streamz#423 is merged. - The current pin is to unblock CI

@codecov
Copy link

codecov bot commented Jun 15, 2021

Codecov Report

❗ No coverage uploaded for pull request base (branch-21.08@6728c75). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##             branch-21.08    #8517   +/-   ##
===============================================
  Coverage                ?   82.89%           
===============================================
  Files                   ?      110           
  Lines                   ?    18097           
  Branches                ?        0           
===============================================
  Hits                    ?    15002           
  Misses                  ?     3095           
  Partials                ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6728c75...23dac60. Read the comment docs.

@rapids-bot rapids-bot bot merged commit 7c8d847 into rapidsai:branch-21.08 Jun 15, 2021
@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 bug Something isn't working dask Dask issue non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants