This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
from e497fb12 fix: Update view version log timestamp for historical
accuracy (#1218)
add e8f795eb feat: Implement ObjectCache for moka (#1225)
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 8 ++
.../cache-moka}/Cargo.toml | 15 ++--
.../integrations/cache-moka}/README.md | 22 +-----
crates/integrations/cache-moka/src/lib.rs | 90 ++++++++++++++++++++++
4 files changed, 106 insertions(+), 29 deletions(-)
copy crates/{test_utils => integrations/cache-moka}/Cargo.toml (89%)
copy {website => crates/integrations/cache-moka}/README.md (80%)
create mode 100644 crates/integrations/cache-moka/src/lib.rs