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 2022/10/06 06:49:37 UTC

[GitHub] [incubator-seatunnel] hailin0 commented on a diff in pull request #3001: [Improve][all] change Log to @Slf4j

hailin0 commented on code in PR #3001:
URL: https://github.com/apache/incubator-seatunnel/pull/3001#discussion_r988609424


##########
seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-druid/src/main/java/org/apache/seatunnel/flink/druid/sink/DruidOutputFormat.java:
##########
@@ -179,9 +178,9 @@ private ParallelIndexIOConfig parallelIndexIOConfig() {
                 null,
                 new InlineInputSource(this.data.toString()),
                 new CsvInputFormat(
-                        Arrays.asList("name", timestampColumn),
+                    Arrays.asList("name", timestampColumn),
                         "|",
-                        null,
+                           null,

Review Comment:
   revert?
   



-- 
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