LoganZhuZzz commented on PR #18158: URL: https://github.com/apache/kafka/pull/18158#issuecomment-2538415996
hi @chia7712 ``` > Task :connect:runtime:compileTestJava Note: /Users/loganzhu/workspace/open-source/kafka/connect/runtime/src/test/java/org/apache/kafka/connect/runtime/AbstractHerderTest.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. ``` The goal is to eliminate these warnings. This change does not affect runtime behavior and is focused solely on improving code quality in tests. -- 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]
