huaxingao commented on code in PR #3584:
URL: https://github.com/apache/polaris/pull/3584#discussion_r2750258654
##########
persistence/relational-jdbc/src/test/java/org/apache/polaris/persistence/relational/jdbc/idempotency/RelationalJdbcIdempotencyStorePostgresIT.java:
##########
@@ -37,14 +37,14 @@
import org.testcontainers.junit.jupiter.Testcontainers;
@Testcontainers
-public class PostgresIdempotencyStoreIT {
+public class RelationalJdbcIdempotencyStorePostgresIT {
Review Comment:
Added Postgres IT wiring via
containerSpecHelper/PostgresRelationalJdbcLifeCycleManagement so we can
swap/add CockroachDB later with minimal changes.
--
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]