You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2023/01/13 15:48:53 UTC

[GitHub] [incubator-seatunnel] ChangjunZhang commented on a diff in pull request #3943: [Improve][Connector-V2][Console] Improve console connector sink output format #3737

ChangjunZhang commented on code in PR #3943:
URL: https://github.com/apache/incubator-seatunnel/pull/3943#discussion_r1069615799


##########
seatunnel-connectors-v2/connector-console/src/main/java/org/apache/seatunnel/connectors/seatunnel/console/sink/ConsoleSinkWriter.java:
##########
@@ -25,13 +25,16 @@
 import org.apache.seatunnel.connectors.seatunnel.common.sink.AbstractSinkWriter;
 
 import org.apache.commons.lang3.StringUtils;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
 
 import java.lang.reflect.Array;
 import java.util.ArrayList;
 import java.util.List;
 import java.util.concurrent.atomic.AtomicLong;
 
 public class ConsoleSinkWriter extends AbstractSinkWriter<SeaTunnelRow, Void> {
+    private static final Logger LOGGER = LoggerFactory.getLogger(ConsoleSinkWriter.class);

Review Comment:
   updated,  pls  review 



-- 
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: commits-unsubscribe@seatunnel.apache.org

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