zhang-arvin commented on PR #12571: URL: https://github.com/apache/gravitino/pull/12571#issuecomment-5573870720
@mchades @jerryshao thanks — the CI compile error in `TestCatalogEvent` is fixed. The `doNothing().when(dispatcher).testConnection(...)` stub was removed (the method declares `throws Exception`, so the stub didn't compile; and Mockito voids are already no-ops by default, so the stub was unnecessary). Also dropped the now-unused `doNothing` import and ran `spotlessApply` on `:core`. Force-pushed to the branch — CI should be green now. -- 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]
