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
Since we will support passing the index as an Object ID for _IndexMetadata as of #1984, _IndexMetadata.copy() may result in a blocking call waiting for _index_cache to be populated. Refer to the code snippet below.
Describe the problem
Since we will support passing the index as an Object ID for
_IndexMetadata
as of #1984,_IndexMetadata.copy()
may result in a blocking call waiting for_index_cache
to be populated. Refer to the code snippet below.Source code / logs
https://github.com/ray-project/ray/blob/master/python/ray/dataframe/index_metadata.py#L270
The text was updated successfully, but these errors were encountered: