eric-maynard commented on code in PR #1772: URL: https://github.com/apache/polaris/pull/1772#discussion_r2121861041
########## integration-tests/src/main/java/org/apache/polaris/service/it/test/PolarisRestCatalogIntegrationTest.java: ########## @@ -36,12 +36,7 @@ import java.lang.reflect.Method; import java.net.URI; import java.nio.file.Path; -import java.util.Arrays; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Optional; -import java.util.UUID; +import java.util.*; Review Comment: We try to avoid star imports, so let's change this back -- 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]
