adutra commented on code in PR #3261: URL: https://github.com/apache/polaris/pull/3261#discussion_r2623329031
########## runtime/service/src/test/java/org/apache/polaris/service/it/ServiceProducersIT.java: ########## Review Comment: Shouldn't we rename this test to something ending with `Test`? It is also oddly designed, the nested class seems unnecessary. ########## runtime/service/src/test/java/org/apache/polaris/service/it/ServiceProducersIT.java: ########## Review Comment: BTW: the nested test class is not being executed, it is lacking the `@Nested` annotation. All in all, I think this test class could be deleted. -- 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]
