Re: [I] Add memory support for file_io [iceberg-rust]

2024-07-26 Thread via GitHub
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

Re: [I] Add memory support for file_io [iceberg-rust]

2024-07-25 Thread via GitHub
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

Re: [I] Add memory support for file_io [iceberg-rust]

2024-07-25 Thread via GitHub
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