liurenjie1024 closed issue #477: Add memory support for file_io
URL: https://github.com/apache/iceberg-rust/issues/477
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubs
Xuanwo commented on issue #477:
URL: https://github.com/apache/iceberg-rust/issues/477#issuecomment-2249693360
That's nice! Please share it to me :heart:
By the way, opendal has native support of moka and mini_moka, maybe also
useful for caching.
--
This is an automated message fr
sdd commented on issue #477:
URL: https://github.com/apache/iceberg-rust/issues/477#issuecomment-2249649663
I have a local branch where I've modified FileIO to add an OpenDAL `Layer`
that does in-memory caching of the underlying files using the `moka` crate. I
can share the details if you