Skip to content

feat: add log file caching layer #3440

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

roeap
Copy link
Collaborator

@roeap roeap commented May 17, 2025

Description

Adds an opinionated caching layer on top of object store that caches commit files read from the delta log. Here we focus on json files, as we cannot apply higher level caches for json within the kernel architecture.

Related Issue(s)

related: #3439

Documentation

Need to add an example to docs

@github-actions github-actions bot added the binding/rust Issues for the Rust crate label May 17, 2025
@roeap roeap force-pushed the delta-log-cache branch from 6e2d784 to c520f0e Compare May 17, 2025 09:09
Copy link

codecov bot commented May 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.97%. Comparing base (73f4da3) to head (39d5ad9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3440      +/-   ##
==========================================
+ Coverage   71.96%   71.97%   +0.01%     
==========================================
  Files         150      150              
  Lines       46641    46641              
  Branches    46641    46641              
==========================================
+ Hits        33565    33571       +6     
- Misses      10909    10911       +2     
+ Partials     2167     2159       -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@roeap roeap force-pushed the delta-log-cache branch from c520f0e to 39d5ad9 Compare May 17, 2025 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant