yuqi1129 commented on code in PR #6569:
URL: https://github.com/apache/gravitino/pull/6569#discussion_r1986753677
##########
core/src/main/java/org/apache/gravitino/metalake/MetalakeManager.java:
##########
@@ -86,8 +89,8 @@ public class MetalakeManager implements MetalakeDispatcher {
.build())))
.build();
- @VisibleForTesting
- public static void clearCache() {
+ @Override
+ public void close() throws IOException {
Review Comment:
Yeah, the code is just under an update. I will update the code after the CI
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]