bravekong commented on code in PR #3243:
URL: 
https://github.com/apache/incubator-seatunnel/pull/3243#discussion_r1011263011


##########
seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-kafka/src/main/java/org/apache/seatunnel/flink/kafka/source/KafkaTableStream.java:
##########
@@ -114,7 +114,7 @@ public void prepare(FlinkEnvironment env) {
         try {
             schemaInfo = JsonUtils.stringToJsonNode(schemaContent);
         } catch (JsonProcessingException e) {
-            e.printStackTrace();
+            log.error("schema parse error", e);

Review Comment:
   @CalvinKirs  I didn't understand what you meant by  throwing specific 
exception information yesterday, but now I got it.



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

Reply via email to