Skip to content

feat: Cache for data files, integrated into FileIO #1430

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

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

kyteware
Copy link
Contributor

@kyteware kyteware commented Jun 10, 2025

Which issue does this PR close?

Closes part of #1226

What changes are included in this PR?

  • Simple implementation of new DataCache for caching data file content.
  • Integration of new DataCache with FileIO, including a new CachedFileReader that wraps opendal::Reader.

TODO for me before merging

  • Add tests/find bugs
  • Add docs
  • Add logic for file length awareness so DataCache can be used for whole-file reads as well.
  • Resolve TODOs in code
  • Resolve merge conflicts

Are these changes tested?

Not yet, its on the list :)

@kyteware kyteware marked this pull request as ready for review June 14, 2025 15:56
@kyteware kyteware mentioned this pull request Jun 14, 2025
3 tasks
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

Successfully merging this pull request may close these issues.

1 participant