Copilot commented on code in PR #67:
URL: 
https://github.com/apache/doris-kafka-connector/pull/67#discussion_r2036885245


##########
src/test/java/org/apache/doris/kafka/connector/e2e/doris/DorisContainerServiceImpl.java:
##########
@@ -69,14 +70,23 @@ public GenericContainer createDorisContainer() {
                         .withLogConsumer(
                                 new Slf4jLogConsumer(
                                         
DockerLoggerFactory.getLogger(DORIS_DOCKER_IMAGE)))
-                        .withExposedPorts(8030, 9030, 8040, 9060);
+                        // use customer conf

Review Comment:
   Typo in the comment; consider changing 'customer conf' to 'custom conf' for 
clarity.
   ```suggestion
                           // use custom conf
   ```



-- 
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: dev-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org

Reply via email to