kaijaytu commented on issue #9673: URL: https://github.com/apache/gravitino/issues/9673#issuecomment-5058022884
Hi @diqiu50, I'd like to work on this issue. I see prior attempts haven't been completed, and the prerequisite PR #9569 has already been merged. My plan based on the current main branch: - Extract FileSystemCache from both FilesetCatalogOperations and BaseGVFSOperations into the hadoop-common module as a shared utility. - Refactor both classes to depend on the shared FileSystemCache instead of maintaining their own instances. - Ensure cache configuration (e.g., expiration, max size) remains consistent across both usages. - Add unit tests for the shared cache and verify existing integration tests still pass. -- 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]
