We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ray segfaults if pyarrow has been imported before Ray.
In repl:
In [1]: import pyarrow In [2]: import ray Segmentation fault
In [1]: import ray In [2]: import pyarrow In [3]:
The following should segfault:
import pyarrow import ray
The following should not:
import ray import pyarrow
The text was updated successfully, but these errors were encountered:
Closing since I can no longer reproduce in what seems to be the same environment. I'll reopen if the cosmic rays hit again.
Sorry, something went wrong.
ijrsvt
No branches or pull requests
What is the problem?
Ray segfaults if pyarrow has been imported before Ray.
In repl:
Version information:
Reproduction
The following should segfault:
The following should not:
The text was updated successfully, but these errors were encountered: