voonhous commented on code in PR #19217:
URL: https://github.com/apache/hudi/pull/19217#discussion_r3718087934
##########
hudi-integ-test/src/test/java/org/apache/hudi/integ2/testcontainers/TestcontainersConfig.java:
##########
@@ -43,6 +43,7 @@ public static final class Containers {
public static final String SPARK_MASTER = "sparkmaster";
// Testcontainers appends the replica index, so the adhoc services resolve
as "<name>-1".
public static final String ADHOC_1 = "adhoc-1-1";
+ public static final String TRINOCOORDINATOR = "trinocoordinator";
Review Comment:
Renamed to `TRINO_COORDINATOR` across the three usages; the value stays
`"trinocoordinator"` to match the compose service.
--
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]