-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Labels
P1Issue that should be fixed within a few weeksIssue that should be fixed within a few weeksbugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn't
Description
What is the problem?
Ray segfaults if pyarrow has been imported before Ray.
In repl:
In [1]: import pyarrow
In [2]: import ray
Segmentation faultIn [1]: import ray
In [2]: import pyarrow
In [3]:Version information:
- Python 3.7.5
- Ubuntu 19.10
- ray 0.8.2 (confirmed on nightly wheel, 0.8.1 and 0.8.0)
- pyarrow 0.16.0
Reproduction
The following should segfault:
import pyarrow
import rayThe following should not:
import ray
import pyarrow- I have verified my script runs in a clean environment and reproduces the issue.
- I have verified the issue also occurs with the latest wheels.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1Issue that should be fixed within a few weeksIssue that should be fixed within a few weeksbugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn't