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

Rename the ray.operator module to ray.ray_operator #13705

Merged
merged 2 commits into from
Jan 26, 2021

Conversation

DmitriGekhtman
Copy link
Contributor

@DmitriGekhtman DmitriGekhtman commented Jan 26, 2021

Why are these changes needed?

operator is a standard Python module
The name of this module currently causes issues running setup-dev.py .
See https://github.com/ray-project/ray/issues/13635
It could cause more issues down the line. Better to fix this sooner rather than later.

Related issue number

Closes #13635

Checks

  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

Tested with sufficient paranoia: built linux wheels based on this PR from source, built an image with ray pip-installed from those wheels, ran operator unit test locally with the image.

Copy link
Member

@sumanthratna sumanthratna left a comment

Choose a reason for hiding this comment

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

tested locally; can confirm that the setup-dev.py issue has been resolved. Thanks!

BTW @DmitriGekhtman, do you know if this will be cherry-picked into the 1.2.0 cut? the issue is marked as P2, not P0, so I'm guessing the answer is no, but I don't see any reason in not picking this over now...

Copy link
Contributor

@AmeerHajAli AmeerHajAli left a comment

Choose a reason for hiding this comment

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

@ericl , can you please merge this?

@ericl ericl merged commit ddcbd22 into ray-project:master Jan 26, 2021
fishbone pushed a commit to fishbone/ray that referenced this pull request Feb 16, 2021
fishbone added a commit to fishbone/ray that referenced this pull request Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[core] Rename the ray.operator module
5 participants