Skip to content
New issue

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

Use FilenameProvider in ray dataset instead of BlockWritePathProvider #299

Open
raghumdani opened this issue May 6, 2024 · 0 comments
Open

Comments

@raghumdani
Copy link
Collaborator

We currently use BlockWritePathProvider which is deprecated as of 2.20.0. Hence, the Ray datasets will only work with deltacat in Ray versions < 2.20.0. Currently, ray data code path isn't being used in compaction and hence it does not impact compaction. We have made it compatible with new BlockWritePathProvider implementing call method. Hence, this issue tracks migrating off of BlockWritePathProvider to FilenameProvider for ray data based reads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant