-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Labels
dataRay Data-related issuesRay Data-related issuesgood-first-issueGreat starter issue for someone just starting to contribute to RayGreat starter issue for someone just starting to contribute to Ray
Description
Ray Data implements PyArrow and pandas data type extensions to natively support Python objects and tensors.
Even though these extensions are only used by Ray Data, they live in the ray.air subpackage (this is due to historical reasons).
To make the package structure easier to understand, we should move these files to the ray.data subpackage and update imports accordingly:
- ray.air.util.objection_extensions -> ray.data._internal.object_extensions
- ray.air.util.tensor_extensions -> ray.data._internal.tensor_extensions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dataRay Data-related issuesRay Data-related issuesgood-first-issueGreat starter issue for someone just starting to contribute to RayGreat starter issue for someone just starting to contribute to Ray