-
Notifications
You must be signed in to change notification settings - Fork 7k
Suppress warning for serializing different unique ID types in Python. #3872
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
Suppress warning for serializing different unique ID types in Python. #3872
Conversation
|
Test PASSed. |
python/ray/worker.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found this list duplicated in many places. Should we make it a constant? Otherwise, when someone add a new ID type, it's likely that they will forget to modify this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
c9a0d5b to
901c65a
Compare
|
Thanks for fixing that! LGTM. |
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
Jenkins, retest this please. |
|
Test FAILed. |
This fixes #3850.