You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import ray
for i in range(1000):
ray.data.range(100).take(10)
print(i)
Issue Severity
None
The text was updated successfully, but these errors were encountered:
ericl
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
P0
Issues that should be fixed in short order
data
Ray Data-related issues
and removed
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Feb 10, 2023
ericl
changed the title
[core|data]
[core] [data] Pandas has no attribute 'core' likely due to race with import thread
Feb 10, 2023
What happened + What you expected to happen
Running the below script on master, you'll quite quickly see:
There's a high chance this is import thread related, because the following patch fixes the problem:
Versions / Dependencies
master
Reproduction script
RAY_DATASET_USE_STREAMING_EXECUTOR=1 python test.py
Issue Severity
None
The text was updated successfully, but these errors were encountered: