Skip to content

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
closes: #2776

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 75.38%. Comparing base (747804b) to head (d1f860d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3440   +/-   ##
=======================================
  Coverage   75.38%   75.38%           
=======================================
  Files         144      144           
  Lines       43661    43661           
  Branches    43661    43661           
=======================================
  Hits        32912    32912           
  Misses       9157     9157           
  Partials     1592     1592           

☔ 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
@roeap roeap force-pushed the delta-log-cache branch from 39d5ad9 to 8546404 Compare July 4, 2025 11:20
@github-actions github-actions bot added the binding/python Issues for the Python package label Jul 4, 2025
@roeap roeap force-pushed the delta-log-cache branch from 8546404 to d315062 Compare July 4, 2025 11:30
@github-actions github-actions bot removed the binding/python Issues for the Python package label Aug 16, 2025
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.

Object Store Caching layer
1 participant