adutra commented on code in PR #3722:
URL: https://github.com/apache/polaris/pull/3722#discussion_r2789340994
##########
persistence/relational-jdbc/src/test/java/org/apache/polaris/persistence/relational/jdbc/idempotency/PostgresIdempotencyStoreIT.java:
##########
@@ -32,16 +32,16 @@
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
import org.postgresql.ds.PGSimpleDataSource;
-import org.testcontainers.containers.PostgreSQLContainer;
import org.testcontainers.junit.jupiter.Container;
import org.testcontainers.junit.jupiter.Testcontainers;
+import org.testcontainers.postgresql.PostgreSQLContainer;
@Testcontainers
public class PostgresIdempotencyStoreIT {
@Container
- private static final PostgreSQLContainer<?> POSTGRES =
- new PostgreSQLContainer<>("postgres:17.5-alpine");
+ private static final PostgreSQLContainer POSTGRES =
Review Comment:
Changes in this file seem OK, but unrelated.
--
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]