gortiz commented on code in PR #14345: URL: https://github.com/apache/pinot/pull/14345#discussion_r1908444001
########## pinot-common/src/test/java/org/apache/pinot/common/utils/RoundRobinURIProviderTest.java: ########## @@ -48,7 +48,7 @@ public void testHostAddressRoundRobin() InetAddress.getByAddress("localhost", InetAddresses.forString("0:0:0:0:0:0:0:1").getAddress()) }; - MockedStatic<InetAddress> mock = Mockito.mockStatic(InetAddress.class); + try (MockedStatic<InetAddress> mock = Mockito.mockStatic(InetAddress.class)) { Review Comment: I may have been fooled by github, but isn't this breaking the indentation? -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org