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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to