QuakeWang opened a new issue, #104: URL: https://github.com/apache/paimon-rust/issues/104
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon-rust/issues) and found nothing similar. ### Description In PR #101, we intentionally scoped out the `storage operator reuse` part for easier review. This issue tracks reusing OpenDAL `Operator` per `FileIO` instance in Rust `Storage`, instead of rebuilding one on every call. The goal is to improve consistency (especially for the memory backend across calls) and reduce unnecessary operator initialization overhead. Reference from Java Paimon: - `ResolvingFileIO` caches FileIO instances. - `PluginFileIO` reuses lazy FileIO. - `HadoopFileIO` caches FileSystem instances. ### Willingness to contribute - [x] I'm willing to submit a PR! -- 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 unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
