eric-maynard commented on code in PR #2158: URL: https://github.com/apache/polaris/pull/2158#discussion_r2223564525
########## runtime/service/src/intTest/java/org/apache/polaris/service/quarkus/it/QuarkusRestCatalogMinIoSpecialIT.java: ########## @@ -78,10 +78,10 @@ import software.amazon.awssdk.services.s3.model.GetObjectResponse; @QuarkusIntegrationTest -@TestProfile(QuarkusRestCatalogMinIoIT.Profile.class) +@TestProfile(QuarkusRestCatalogMinIoSpecialIT.Profile.class) @ExtendWith(MinioExtension.class) @ExtendWith(PolarisIntegrationTestExtension.class) -public class QuarkusRestCatalogMinIoIT { +public class QuarkusRestCatalogMinIoSpecialIT { Review Comment: Might be worth a javadoc, it was not immediately obvious to me why this is _Special_ -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org